Add simple server

This commit is contained in:
David Todd
2020-01-18 21:39:47 -06:00
parent bf41f258b2
commit 33244503e0
2 changed files with 49 additions and 0 deletions

12
Pipfile Normal file
View File

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