1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 06:06:01 +02:00

Use Python 3.7 for pipenv

Now that I'm only using pipenv locally it shouldn't create problems
for people. They can still just create a vanilla virtualenv and use
pip to install the dependencies.
This commit is contained in:
2018-11-12 08:54:54 +02:00
parent c1c2e319ac
commit 9c46cfc7e2
2 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ ipython = "*"
pytest = "*"
[requires]
python_version = "3.6"
python_version = "3.7"