refactor(pip): Specify constraint for python version in pipenv

This commit is contained in:
Marwan Rabbâa
2019-07-08 18:35:42 +02:00
parent 8b87f63609
commit 555e1f7924
+1 -1
View File
@@ -17,7 +17,7 @@ marshmallow = "*"
pytest-cov = "*"
[requires]
python_version = "3.7"
python_version = ">=3.6"
[pipenv]
allow_prereleases = true