Spaces:
Sleeping
Sleeping
ahmad4raza
commited on
Commit
•
27d7d3d
1
Parent(s):
6019e80
Upload requirements.txt
Browse files- requirements.txt +72 -0
requirements.txt
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
asgiref==3.7.2
|
2 |
+
asttokens==2.2.1
|
3 |
+
backcall==0.2.0
|
4 |
+
blinker==1.6.2
|
5 |
+
click==8.1.7
|
6 |
+
colorama==0.4.6
|
7 |
+
comm==0.1.3
|
8 |
+
debugpy==1.6.7
|
9 |
+
decorator==5.1.1
|
10 |
+
distlib==0.3.6
|
11 |
+
Django==4.2.2
|
12 |
+
executing==1.2.0
|
13 |
+
filelock==3.12.0
|
14 |
+
Flask==2.3.2
|
15 |
+
Flask-SQLAlchemy==3.0.5
|
16 |
+
flatbuffers==23.5.26
|
17 |
+
greenlet==2.0.2
|
18 |
+
ipykernel==6.23.1
|
19 |
+
ipython==8.13.2
|
20 |
+
ipywidgets==8.1.0
|
21 |
+
itsdangerous==2.1.2
|
22 |
+
jedi==0.18.2
|
23 |
+
Jinja2==3.1.2
|
24 |
+
joblib==1.3.2
|
25 |
+
jupyter_client==8.2.0
|
26 |
+
jupyter_core==5.3.0
|
27 |
+
jupyterlab-widgets==3.0.8
|
28 |
+
libclang==16.0.6
|
29 |
+
MarkupSafe==2.1.3
|
30 |
+
matplotlib-inline==0.1.6
|
31 |
+
nest-asyncio==1.5.6
|
32 |
+
numpy==1.24.3
|
33 |
+
oauthlib==3.2.2
|
34 |
+
opencv-python==4.8.0.76
|
35 |
+
packaging==23.1
|
36 |
+
parso==0.8.3
|
37 |
+
pi==0.1.2
|
38 |
+
pickleshare==0.7.5
|
39 |
+
Pillow==10.0.0
|
40 |
+
platformdirs==3.5.1
|
41 |
+
prompt-toolkit==3.0.38
|
42 |
+
protobuf==4.24.2
|
43 |
+
psutil==5.9.5
|
44 |
+
pure-eval==0.2.2
|
45 |
+
pyasn1==0.5.0
|
46 |
+
Pygments==2.15.1
|
47 |
+
pypng==0.20220715.0
|
48 |
+
python-dateutil==2.8.2
|
49 |
+
pywin32==306
|
50 |
+
pyzmq==25.1.0
|
51 |
+
qrcode==7.4.2
|
52 |
+
scikit-learn==1.3.0
|
53 |
+
scipy==1.11.2
|
54 |
+
six==1.16.0
|
55 |
+
SQLAlchemy==2.0.20
|
56 |
+
sqlparse==0.4.4
|
57 |
+
stack-data==0.6.2
|
58 |
+
tensorboard-data-server==0.7.1
|
59 |
+
tensorflow-estimator==2.13.0
|
60 |
+
tensorflow-io-gcs-filesystem==0.31.0
|
61 |
+
termcolor==2.3.0
|
62 |
+
threadpoolctl==3.2.0
|
63 |
+
tornado==6.3.2
|
64 |
+
traitlets==5.9.0
|
65 |
+
typing_extensions==4.5.0
|
66 |
+
tzdata==2023.3
|
67 |
+
urllib3==1.26.16
|
68 |
+
virtualenv==20.23.0
|
69 |
+
wcwidth==0.2.6
|
70 |
+
Werkzeug==2.3.7
|
71 |
+
widgetsnbextension==4.0.8
|
72 |
+
wrapt==1.15.0
|