Skip to content

Commit

Permalink
Merge pull request #99 from ral-facilities/83_add_dev_requirements
Browse files Browse the repository at this point in the history
Add dev requirements
  • Loading branch information
keiranjprice101 authored Oct 18, 2019
2 parents 0a269e3 + a68f1f5 commit 0478a45
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ICAT API to interface with the Data Gateway


## Requirements
All requirements can be installed with `pip install -r requirements.txt`
All requirements can be installed with `pip install -r requirements.txt`, and all development requirements can be installed with `pip install -r dev-requirements.txt`

The required python libraries:
- [SQLAlchemy](https://www.sqlalchemy.org/)
Expand Down
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
2 changes: 0 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
flask_restful == 0.3.7
sqlalchemy == 1.3.8
pymysql == 0.9.3
pyyaml == 5.1.2
flask-cors == 3.0.8
Faker == 2.0.2
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
# 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 0478a45

Please sign in to comment.