refactor(pip): Remove pipenv restriction on python version

This commit is contained in:
Marwan Rabbâa
2019-07-09 11:09:29 +02:00
parent 555e1f7924
commit 38dea8311c
-3
View File
@@ -16,8 +16,5 @@ sphinx = "*"
marshmallow = "*"
pytest-cov = "*"
[requires]
python_version = ">=3.6"
[pipenv]
allow_prereleases = true