1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-19 11:02:18 +02:00

Remove pipenv configuration

I was having issues with re-creating an environment from scratch:

    ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'

Switching to Poetry for now.
This commit is contained in:
2020-10-05 22:32:01 +03:00
parent 2923a3b325
commit c81a8d03d7
2 changed files with 0 additions and 449 deletions

21
Pipfile
View File

@ -1,21 +0,0 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "*"
falcon = "==2.0.0"
"psycopg2-binary" = "*"
requests = "*"
[dev-packages]
ipython = "*"
"flake8" = "*"
pytest = "*"
isort = "*"
black = "==19.10b0"
pytest-clarity = "==0.3.0a0"
[requires]
python_version = "3.8"