1
0
mirror of https://github.com/enpaul/keyosk.git synced 2024-10-06 15:36:52 +00:00
keyosk/Pipfile
2020-02-18 22:11:58 -05:00

16 lines
182 B
TOML

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