mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-24 23:47:49 +00:00
16 lines
182 B
TOML
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
|