mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 07:49:08 +02:00
update requirements
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ craftbeerpi.db
|
|||||||
**/node_modules/*
|
**/node_modules/*
|
||||||
*.pyc
|
*.pyc
|
||||||
*.templog
|
*.templog
|
||||||
venv2/
|
venv/
|
||||||
modules/plugins/*
|
modules/plugins/*
|
||||||
!modules/plugins/__init__.py
|
!modules/plugins/__init__.py
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|||||||
+14
-14
@@ -1,14 +1,14 @@
|
|||||||
Flask==0.12.4
|
eventlet==0.25.0
|
||||||
Flask-SocketIO==2.6.2
|
Flask==1.1.1
|
||||||
eventlet==0.19.0
|
Flask-Classy==0.6.10
|
||||||
greenlet==0.4.10
|
Flask-SocketIO==4.2.1
|
||||||
python-dateutil==2.5.3
|
GitPython==3.0.1
|
||||||
python-engineio==0.9.2
|
greenlet==0.4.15
|
||||||
python-mimeparse==1.5.2
|
httplib2==0.13.1
|
||||||
python-socketio==1.4.4
|
python-dateutil==2.8.0
|
||||||
PyYAML==4.2b1
|
python-engineio==3.9.3
|
||||||
requests==2.20.0
|
python-mimeparse==1.6.0
|
||||||
Werkzeug==0.11.10
|
python-socketio==4.3.1
|
||||||
httplib2==0.9.2
|
PyYAML==5.1.2
|
||||||
flask-classy==0.6.10
|
requests==2.22.0
|
||||||
GitPython==2.1.3
|
Werkzeug==0.15.5
|
||||||
Reference in New Issue
Block a user