1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 22:35:06 +01: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:
Alan Orth 2018-11-12 08:54:54 +02:00
parent c1c2e319ac
commit 9c46cfc7e2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 3 additions and 3 deletions

View File

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

4
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "da754a9f6c668303b071155fdd3a31067897f2c1703a28990745506a5ea55538" "sha256": "efc8ac5e45868d93f6bd9c363dc649f4031192c9d55e87eda94aa8e7a064918c"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.6" "python_version": "3.7"
}, },
"sources": [ "sources": [
{ {