Add Pipfile, use pipenv install to get correct package version

This commit is contained in:
Louis Chauvet 2018-11-13 23:26:18 +01:00
parent 6b60a059b4
commit fdb9d3eefb
2 changed files with 15 additions and 0 deletions

3
.gitignore vendored
View File

@ -105,3 +105,6 @@ venv.bak/
# pycharm
.idea/
# Pipenv.lock
Pipfile.lock

12
Pipfile Normal file
View File

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
verify_ssl = true
url = "https://pypi.org/simple"
[packages]
pycrypto = "*"
[requires]
python_version = "3.5"
[dev-packages]