begin w/ flask / pipenv
This commit is contained in:
commit
8384bbc6c2
2 changed files with 22 additions and 0 deletions
15
Pipfile
Normal file
15
Pipfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
[[source]]
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "*"
|
||||
flask-jsonpify = "*"
|
||||
flask-sqlalchemy = "*"
|
||||
flask-restful = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## How to play
|
||||
|
||||
ungleich register --name your-user-name --email your@email
|
||||
--first-name Yourfirstname --last-name YourLastName
|
||||
|
||||
ungleich play-game --game register --ip
|
||||
ungleich play-game --game dns-forward --ip
|
Loading…
Reference in a new issue