pyfly-demo/Pipfile
Greg Gauthier 7ad9df8f78
Some checks failed
python-build / build (push) Failing after 30s
update python version
2024-07-21 19:01:53 +00:00

18 lines
223 B
TOML
Executable File

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flask = "*"
hoverpy = "*"
pytest = "*"
[packages]
flask = "*"
hoverpy = "~=0.2.2"
pytest = "*"
[requires]
python_version = "3.12"