Port to Python 3, use pipenv, add defaults to get_env_variable
This commit is contained in:
parent
321edba5f7
commit
8ba50c4fef
13 changed files with 130 additions and 31 deletions
13
Pipfile
Normal file
13
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue