We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7974b5 commit 0485958Copy full SHA for 0485958
requirements.txt
@@ -2,8 +2,7 @@ aiohttp==3.7.4.post0
2
cryptography==3.4.7
3
PyMySQL==1.0.2
4
pg8000==1.19.3
5
-# python-tds==1.10.0
6
-git+https://github.com/denisenkom/pytds.git
+python-tds==1.11.0
7
pyopenssl==20.0.1
8
Requests==2.25.1
9
google-api-python-client==2.3.0
setup.py
@@ -70,7 +70,7 @@
70
extras_require={
71
"pymysql": ["PyMySQL==1.0.2"],
72
"pg8000": ["pg8000==1.19.3"],
73
- "pytds": ["python-tds @ git+https://github.com/denisenkom/pytds.git"]
+ "pytds": ["python-tds==1.11.0"]
74
},
75
python_requires=">=3.6",
76
include_package_data=True,
0 commit comments