Skip to content

Commit 91ae8a8

Browse files
authored
Remove version requirements
1 parent 9e2f0ab commit 91ae8a8

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

setup.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
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",

0 commit comments

Comments
 (0)