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 060a78f commit 43c007bCopy full SHA for 43c007b
requirements.txt
@@ -1,7 +1,7 @@
1
aiohttp==3.7.4.post0
2
cryptography==3.4.7
3
PyMySQL==1.0.2
4
-pg8000==1.19.2
+pg8000==1.19.3
5
# python-tds==1.10.0
6
git+https://github.com/denisenkom/pytds.git
7
pyopenssl==20.0.1
setup.py
@@ -69,7 +69,7 @@
69
install_requires=core_dependencies,
70
extras_require={
71
"pymysql": ["PyMySQL==1.0.2"],
72
- "pg8000": ["pg8000==1.19.2"],
+ "pg8000": ["pg8000==1.19.3"],
73
"pytds": ["python-tds @ git+https://github.com/denisenkom/pytds.git"]
74
},
75
python_requires=">=3.6",
0 commit comments