mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Fix requirements.txt because for some reason it wasnt happy when moving to Buster
This commit is contained in:
parent
620ff4b033
commit
ee508edf55
1 changed files with 6 additions and 22 deletions
|
@ -1,23 +1,7 @@
|
|||
Click==7.0
|
||||
Flask==1.0.2
|
||||
Flask-Migrate==2.5.3
|
||||
Flask-SQLAlchemy==2.4.0
|
||||
Flask-Script==2.0.6
|
||||
Jinja2==2.10.1
|
||||
Mako==1.1.3
|
||||
MarkupSafe==1.1.1
|
||||
SQLAlchemy==1.3.3
|
||||
Werkzeug==0.15.3
|
||||
alembic==1.4.3
|
||||
certifi==2019.3.9
|
||||
chardet==3.0.4
|
||||
feedgen==0.9.0
|
||||
gunicorn==19.7.1
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
lxml==4.2.1
|
||||
python-dateutil==2.8.0
|
||||
python-editor==1.0.4
|
||||
requests==2.21.0
|
||||
six==1.12.0
|
||||
urllib3==1.25.2
|
||||
Flask-Migrate
|
||||
Flask-SQLAlchemy
|
||||
Flask-Script
|
||||
Jinja2
|
||||
requests
|
||||
gunicorn
|
||||
|
|
Loading…
Reference in a new issue