doab-check/Pipfile

19 lines
264 B
Plaintext
Raw Normal View History

2023-02-20 21:03:07 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
psycopg2 = "*"
pyoai = "*"
requests = "*"
2023-03-24 17:22:48 +00:00
gunicorn = "*"
2023-04-21 21:17:04 +00:00
pytz = "*"
2023-03-24 20:40:20 +00:00
doab-check = {editable = true, path = "."}
2023-02-20 21:03:07 +00:00
[dev-packages]
[requires]
2023-03-28 20:25:59 +00:00
python_version = ">=3.9"