API: use of pipenv instead of pip + virtualenv
This commit is contained in:
26
Pipfile
Normal file
26
Pipfile
Normal file
@ -0,0 +1,26 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "==1.0.2"
|
||||
flask-migrate = "==2.1.1"
|
||||
flask-bcrypt = "==0.7.1"
|
||||
pyjwt = "==1.6.4"
|
||||
gpxpy = "==1.2.0"
|
||||
"psycopg2-binary" = "==2.7.4"
|
||||
staticmap = "==0.5.3"
|
||||
pytz = "==2018.4"
|
||||
python-forecastio = "==1.4.0"
|
||||
|
||||
[dev-packages]
|
||||
pytest = "==3.6.1"
|
||||
pytest-runner = "==4.2"
|
||||
pytest-cov = "==2.5.1"
|
||||
"pytest-flake8" = "==1.0.1"
|
||||
pytest-isort = "==0.2.0"
|
||||
codacy-coverage = "==1.3.11"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
Reference in New Issue
Block a user