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:
21
Pipfile
21
Pipfile
@ -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"
|
Reference in New Issue
Block a user