mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #55702 from cmcmarrow/mysql_win
add pymssql to win/req.txt
This commit is contained in:
commit
3b12858efd
5 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@ pyasn1==0.4.5
|
|||
pycparser==2.19
|
||||
pycryptodomex==3.8.1
|
||||
pycurl==7.43.0.2
|
||||
pymssql==2.1.4
|
||||
PyMySQL==0.9.3
|
||||
pyopenssl==19.0.0
|
||||
python-dateutil==2.8.0
|
||||
|
|
|
@ -83,6 +83,7 @@ pycryptodome==3.8.1 # via python-jose
|
|||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||
pycurl==7.43.0.2
|
||||
pygit2==0.28.2
|
||||
pymssql==2.1.4
|
||||
pymysql==0.9.3
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.4.5 # via packaging
|
||||
|
|
|
@ -75,6 +75,7 @@ pycryptodome==3.8.1 # via python-jose
|
|||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||
pycurl==7.43.0.2
|
||||
pygit2==0.28.2
|
||||
pymssql==2.1.4
|
||||
pymysql==0.9.3
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.4.5 # via packaging
|
||||
|
|
|
@ -74,6 +74,7 @@ pycryptodome==3.8.1 # via python-jose
|
|||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||
pycurl==7.43.0.2
|
||||
pygit2==0.28.2
|
||||
pymssql==2.1.4
|
||||
pymysql==0.9.3
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.4.5 # via packaging
|
||||
|
|
|
@ -74,6 +74,7 @@ pycryptodome==3.8.1 # via python-jose
|
|||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||
pycurl==7.43.0.2
|
||||
pygit2==0.28.2
|
||||
pymssql==2.1.4
|
||||
pymysql==0.9.3
|
||||
pyopenssl==19.0.0
|
||||
pyparsing==2.4.5 # via packaging
|
||||
|
|
Loading…
Add table
Reference in a new issue