Skip to content

Commit 0485958

Browse files
authored
chore: upgrade pytds to latest release version (#85)
1 parent c7974b5 commit 0485958

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ aiohttp==3.7.4.post0
22
cryptography==3.4.7
33
PyMySQL==1.0.2
44
pg8000==1.19.3
5-
# python-tds==1.10.0
6-
git+https://github.com/denisenkom/pytds.git
5+
python-tds==1.11.0
76
pyopenssl==20.0.1
87
Requests==2.25.1
98
google-api-python-client==2.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
extras_require={
7171
"pymysql": ["PyMySQL==1.0.2"],
7272
"pg8000": ["pg8000==1.19.3"],
73-
"pytds": ["python-tds @ git+https://github.com/denisenkom/pytds.git"]
73+
"pytds": ["python-tds==1.11.0"]
7474
},
7575
python_requires=">=3.6",
7676
include_package_data=True,

0 commit comments

Comments
 (0)