mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-16 11:27:03 +01:00
Alan Orth
494548c691
Python 3.8.0 was released several months ago and has made it into Arch Linux's core repositories so it's time to start moving.
19 lines
253 B
TOML
19 lines
253 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
gunicorn = "*"
|
|
falcon = "==2.0.0"
|
|
"psycopg2-binary" = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
ipython = "*"
|
|
"flake8" = "*"
|
|
pytest = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|