Port to Python 3, use pipenv, add defaults to get_env_variable

This commit is contained in:
Jan Dittberner 2018-11-17 13:31:16 +01:00
parent 321edba5f7
commit 8ba50c4fef
13 changed files with 130 additions and 31 deletions

13
Pipfile Normal file
View file

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