Add Docker dev environment and initial code
This commit is contained in:
parent
484b0210bb
commit
0be947b3d1
10 changed files with 173 additions and 150 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]
|
||||
gunicorn = "~=20.1"
|
||||
werkzeug = "~=2.0"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
Loading…
Add table
Add a link
Reference in a new issue