1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-16 17:53:53 +02:00

Add requirements.txt

Generated with `pip freeze`. This is so I can pin the versions of
packages that I've tested with as well as to allow Travis to test
whether the project runs on various Pythons and to let GitHub in-
form me of vulnerabilities in some libraries.
This commit is contained in:
2018-09-25 11:02:50 +03:00
parent 87dbb6c4df
commit 46a1476ab0
2 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Create a virtual environment and run it:
$ virtualenv -p /usr/bin/python3.6 venv
$ . venv/bin/activate
$ pip install falcon gunicorn SolrClient psycopg2-binary
$ pip install -r requirements.txt
$ gunicorn app:api
## Todo