mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 16:58:28 +00:00
Workaround to run tests with Python 3.6
This commit is contained in:
parent
b8e81ad9bc
commit
c1784b7684
@ -17,3 +17,4 @@ python-jose==3.2.0
|
|||||||
email-validator==1.1.2
|
email-validator==1.1.2
|
||||||
async-exit-stack==1.0.1 ; python_version < "3.7"
|
async-exit-stack==1.0.1 ; python_version < "3.7"
|
||||||
async-generator==1.10 ; python_version < "3.7"
|
async-generator==1.10 ; python_version < "3.7"
|
||||||
|
greenlet==0.4.7 ; python_version < "3.7" # workaround for https://github.com/sqlalchemy/sqlalchemy/issues/6166
|
||||||
|
Loading…
Reference in New Issue
Block a user