1
0
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:
grossmj 2021-04-01 08:49:32 +10:30
parent b8e81ad9bc
commit c1784b7684

View File

@ -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