rover: add Pipenv files

This commit is contained in:
Bruno BELANYI 2019-11-15 20:22:29 +01:00
commit aec0c6c3fc
2 changed files with 150 additions and 0 deletions

13
rover/Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
[packages]
[requires]
python_version = "3.8"