1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-11-09 21:12:30 +00:00

Add boilerplate for new project

Rename project to keyosk
This commit is contained in:
2019-08-03 14:39:58 -04:00
committed by Ethan Paul
parent 84676e6e7e
commit 3561a3c01e
7 changed files with 351 additions and 2 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[dev-packages]
pylint = "*"
black = "*"
pytest = "*"
tox = "*"
mypy = "*"
[packages]
front_desk = {path = "."}
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true