Skip to content

Commit

Permalink
[api] Fix, missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Mar 29, 2019
1 parent 86b59ac commit 92144f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ prison==0.1.0
pyasn1==0.4.5
pyasn1-modules==0.2.4
PyJWT==1.7.1
jsonschema==3.0.1
pymongo==2.8.1
python-dateutil==2.8.0
pytz==2018.9
Expand Down
1 change: 1 addition & 0 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Flask-JWT-Extended>=3.18,<4
marshmallow==2.18.0
marshmallow-sqlalchemy==0.15.0
prison==0.1.0
jsonschema==3.0.1
PyJWT>=1.7.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def desc():
'marshmallow-enum>=1.4.1,<2'
'marshmallow-sqlalchemy>=0.16.1<1',
'prison==0.1.0',
'jsonschema>=3.0.1<4',
'PyJWT>=1.7.1'
],
tests_require=[
Expand Down

0 comments on commit 92144f8

Please sign in to comment.