API: use of pipenv instead of pip + virtualenv

This commit is contained in:
Sam
2018-06-20 13:23:47 +02:00
parent 09e1e52e16
commit 0d1147feae
7 changed files with 631 additions and 63 deletions

2
.gitignore vendored
View File

@ -6,12 +6,12 @@ Makefile.custom.config
# MPWO_API
###############
__pycache__
/fittrackee_api/venv/
uploads
.cache
.coverage
coverage.xml
.pytest_cache
.venv
# MPWO_CLIENT
###############