Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +74 -0
requirements.txt
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.8.2
|
2 |
+
blake3==0.4.1
|
3 |
+
chardet==5.2.0
|
4 |
+
cryptography==38.0.0
|
5 |
+
datetime==5.5
|
6 |
+
Django==4.2.7
|
7 |
+
dnspython==2.6.1
|
8 |
+
docxtpl==0.11.5
|
9 |
+
Faker==20.1.0
|
10 |
+
flask_login==0.6.3
|
11 |
+
flask_restful==0.3.10
|
12 |
+
flask_wtf==1.2.1
|
13 |
+
Flask-Mail==0.9.1
|
14 |
+
flask==3.0.3
|
15 |
+
folium==0.16.0
|
16 |
+
gensim==4.3.2
|
17 |
+
geopandas==0.13.2
|
18 |
+
geopy==2.4.1
|
19 |
+
holidays==0.29
|
20 |
+
keras==2.11.0
|
21 |
+
Levenshtein==0.25.0
|
22 |
+
librosa==0.10.1
|
23 |
+
lxml==4.9.3
|
24 |
+
matplotlib==3.7.0
|
25 |
+
mechanize==0.4.9
|
26 |
+
natsort==7.1.1
|
27 |
+
networkx==2.6.3
|
28 |
+
nltk==3.8
|
29 |
+
numba==0.55.0
|
30 |
+
numpy==1.21.2
|
31 |
+
opencv-python-headless==4.9.0.80
|
32 |
+
openpyxl==3.1.2
|
33 |
+
pandas==2.0.3
|
34 |
+
Pillow==10.3.0
|
35 |
+
prettytable==3.10.0
|
36 |
+
psutil==5.9.5
|
37 |
+
pycryptodome==3.14.1
|
38 |
+
pyfakefs==5.4.1
|
39 |
+
pyquery==1.4.3
|
40 |
+
pytesseract==0.3.10
|
41 |
+
pytest==8.2.0
|
42 |
+
python_http_client==3.3.7
|
43 |
+
python-dateutil==2.9.0
|
44 |
+
python-docx==1.1.0
|
45 |
+
python-Levenshtein-wheels
|
46 |
+
pytz==2023.3.post1
|
47 |
+
PyYAML==6.0.1
|
48 |
+
requests_mock==1.11.0
|
49 |
+
requests==2.31.0
|
50 |
+
Requests==2.31.0
|
51 |
+
rsa==4.9
|
52 |
+
scikit-image==0.18.0
|
53 |
+
scikit-learn==1.3.1
|
54 |
+
scipy==1.7.2
|
55 |
+
seaborn==0.13.2
|
56 |
+
selenium==4.15
|
57 |
+
sendgrid==6.11.0
|
58 |
+
shapely==2.0.4
|
59 |
+
soundfile==0.12.1
|
60 |
+
statsmodels==0.14.0
|
61 |
+
statsmodels==0.14.0
|
62 |
+
sympy==1.12
|
63 |
+
tensorflow==2.11.1
|
64 |
+
textblob==0.18.0
|
65 |
+
texttable==1.7.0
|
66 |
+
Werkzeug==3.0.1
|
67 |
+
wikipedia==1.4.0
|
68 |
+
wordcloud==1.9.3
|
69 |
+
wordninja==2.0.0
|
70 |
+
WTForms==3.1.2
|
71 |
+
xlrd==2.0.1
|
72 |
+
xlrd==2.0.1
|
73 |
+
xlwt==1.3.0
|
74 |
+
xmltodict==0.13.0
|