rover: add Pipenv files
This commit is contained in:
commit
aec0c6c3fc
2 changed files with 150 additions and 0 deletions
13
rover/Pipfile
Normal file
13
rover/Pipfile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue