diff options
| author | Yuval Adam <_@yuv.al> | 2018-03-18 17:53:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-03-18 21:19:25 +0200 |
| commit | 4fb3c88a9ff67061e4a38f30ca7b6487712913f0 (patch) | |
| tree | 77da05c54c0ffb95b8b1bc50518ade355a73c59a /requirements.txt | |
| parent | 6012a0a45c25d1e6ef821bdbf54f463e70dfa41b (diff) | |
Initial REST support
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt index a75f7bb..a5be6dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,16 @@ -Flask==0.10.1 -Flask-SQLAlchemy==2.1 -gunicorn==19.4.5 +aniso8601==3.0.0 +click==6.7 +Flask==0.12.2 +Flask-RESTful==0.3.6 +Flask-SQLAlchemy==2.3.2 +gunicorn==19.7.1 itsdangerous==0.24 -Jinja2==2.8 -MarkupSafe==0.23 -psycopg2==2.6.1 -SQLAlchemy==1.0.12 -Werkzeug==0.11.9 +Jinja2==2.10 +MarkupSafe==1.0 +marshmallow==2.15.0 +marshmallow-sqlalchemy==0.13.2 +psycopg2==2.7.4 +pytz==2018.3 +six==1.11.0 +SQLAlchemy==1.2.5 +Werkzeug==0.14.1 |
