1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Downgrade Jinja2 to support Python 3.6

This commit is contained in:
grossmj 2022-10-10 15:52:36 +08:00
parent 58471ea7f4
commit e5bee8ff52

View File

@ -2,7 +2,7 @@ jsonschema==3.2.0
aiohttp==3.8.3 aiohttp==3.8.3
aiohttp-cors==0.7.0 aiohttp-cors==0.7.0
aiofiles==0.8.0 aiofiles==0.8.0
Jinja2==3.1.2 Jinja2==3.0.3
sentry-sdk==1.9.10 sentry-sdk==1.9.10
psutil==5.9.2 psutil==5.9.2
async-timeout==4.0.2 async-timeout==4.0.2