This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
flask-wikipages/Pipfile

15 lines
180 B
TOML
Raw Permalink Normal View History

2021-08-26 21:51:26 +03:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
2021-08-26 22:00:30 +03:00
gunicorn = "*"
2021-08-26 22:06:17 +03:00
flask = "*"
pydantic = "*"
2021-08-26 21:51:26 +03:00
[dev-packages]
[requires]
python_version = "3.9"