Skip to content

Commit

Permalink
#83: Update and split requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Oct 18, 2019
1 parent 9e624a1 commit 1a78b60
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Faker == 2.0.2
pyyaml == 5.1.2
11 changes: 11 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile '.\dev-requirements.in'
#
faker==2.0.2
python-dateutil==2.8.0 # via faker
pyyaml==5.1.2
six==1.12.0 # via faker, python-dateutil
text-unidecode==1.3 # via faker
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ sqlalchemy == 1.3.8
pymysql == 0.9.3
pyyaml == 5.1.2
flask-cors == 3.0.8
Faker == 2.0.2
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
# pip-compile '.\requirements.in'
#
aniso8601==8.0.0 # via flask-restful
click==7.0 # via flask
faker==2.0.2
flask-cors==3.0.8
flask==1.1.1 # via flask-cors, flask-restful
flask_restful==0.3.7
itsdangerous==1.1.0 # via flask
jinja2==2.10.1 # via flask
markupsafe==1.1.1 # via jinja2
pymysql==0.9.3
python-dateutil==2.8.0 # via faker
pytz==2019.2 # via flask-restful
pyyaml==5.1.2
six==1.12.0 # via faker, flask-cors, flask-restful, python-dateutil
six==1.12.0 # via flask-cors, flask-restful
sqlalchemy==1.3.8
text-unidecode==1.3 # via faker
werkzeug==0.16.0 # via flask

0 comments on commit 1a78b60

Please sign in to comment.