-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
80 lines (80 loc) · 1.88 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[project]
name = "cep_testbench"
version = "0.1.0"
requires-python = ">=3.10,<3.11"
dependencies = [
"beautifulsoup4==4.8.2",
"blake3==0.4.1",
"chardet==5.2.0",
"cryptography==38.0.0",
"datetime==5.5",
"Django==4.2.7",
"dnspython==2.6.1",
"docxtpl==0.11.5",
"Faker==20.1.0",
"flask_login==0.6.3",
"flask_restful==0.3.10",
"flask_wtf==1.2.1",
"Flask-Mail==0.9.1",
"flask==3.0.3",
"folium==0.16.0",
"gensim==4.3.2",
"geopandas==0.13.2",
"geopy==2.4.1",
"holidays==0.29",
"keras==2.15.0", # modified
"Levenshtein==0.25.0",
"librosa==0.10.1",
"lxml==4.9.3",
"matplotlib==3.7.0",
"mechanize==0.4.9",
"natsort==7.1.1",
"networkx==2.6.3",
"nltk==3.8",
"numba==0.61.0", # modified
"numpy==1.26.3", # modified
"opencv-python-headless==4.9.0.80",
"openpyxl==3.1.2",
"pandas==2.0.3",
"Pillow==10.3.0",
"prettytable==3.10.0",
"psutil==5.9.5",
"pycryptodome==3.14.1",
"pyfakefs==5.4.1",
"pyquery==1.4.3",
"pytesseract==0.3.10",
"pytest==8.2.0",
"python_http_client==3.3.7",
"python-dateutil==2.9.0",
"python-docx==1.1.0",
"python-Levenshtein-wheels",
"pytz==2023.3.post1",
"PyYAML==6.0.1",
"requests_mock==1.11.0",
"requests==2.31.0",
"Requests==2.31.0",
"rsa==4.9",
"scikit-image==0.18.0",
"scikit-learn==1.3.1",
"scipy==1.12.0", # modified
"seaborn==0.13.2",
"selenium==4.15",
"sendgrid==6.11.0",
"shapely==2.0.4",
"soundfile==0.12.1",
"statsmodels==0.14.0",
"statsmodels==0.14.0",
"sympy==1.12",
"tensorflow==2.15.0", # modified
"textblob==0.18.0",
"texttable==1.7.0",
"Werkzeug==3.0.1",
"wikipedia==1.4.0",
"wordcloud==1.9.3",
"wordninja==2.0.0",
"WTForms==3.1.2",
"xlrd==2.0.1",
"xlrd==2.0.1",
"xlwt==1.3.0",
"xmltodict==0.13.0",
]