File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 include_package_data = True ,
3232 python_requires = ">=3.9" ,
3333 install_requires = [
34- "PySocks>=1.7.1 " ,
35- "Jinja2>=3.0.0 " ,
36- "defusedxml>=0.7.0 " ,
37- "pyopenssl>=21.0.0 " ,
38- "requests>=2.27.0 " ,
39- "requests_ntlm>=1.3.0 " ,
40- "colorama>=0.4.4 " ,
41- "ntlm_auth>=1.5.0 " ,
42- "beautifulsoup4>=4.8.0 " ,
43- "mysql-connector-python>=8.0.20 " ,
44- "psycopg[binary]>=3.0 " ,
45- "defusedcsv>=2.0.0 " ,
46- "requests-toolbelt>=1.0.0 " ,
47- "setuptools>=66.0.0 " ,
48- "httpx>=0.27.2 " ,
49- "httpx-ntlm>=1.4.0 "
34+ "PySocks" ,
35+ "Jinja2" ,
36+ "defusedxml" ,
37+ "pyopenssl" ,
38+ "requests" ,
39+ "requests_ntlm" ,
40+ "colorama" ,
41+ "ntlm_auth" ,
42+ "beautifulsoup4" ,
43+ "mysql-connector-python" ,
44+ "psycopg[binary]" ,
45+ "defusedcsv" ,
46+ "requests-toolbelt" ,
47+ "setuptools" ,
48+ "httpx" ,
49+ "httpx-ntlm"
5050 ],
5151 classifiers = [
5252 "Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments