Adding a pipfile

This commit is contained in:
Zoe Roux
2020-11-06 00:19:52 +01:00
parent 8a2ad4a687
commit 72a2a9eaef
2 changed files with 13 additions and 1 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,5 @@
.idea/
venv/
.venv/
# Multiples python versions are targeted so the lock file must be ignored.
Pipfile.lock

9
Pipfile Normal file
View File

@@ -0,0 +1,9 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]