2018-11-04 15:35:47 +02:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2018-11-14 09:07:32 +02:00
|
|
|
gunicorn = "*"
|
2019-05-03 16:31:06 +03:00
|
|
|
falcon = "==2.0.0"
|
2018-11-14 09:07:32 +02:00
|
|
|
"psycopg2-binary" = "*"
|
2019-04-15 10:19:50 +03:00
|
|
|
requests = "*"
|
2018-11-04 15:35:47 +02:00
|
|
|
|
|
|
|
[dev-packages]
|
2018-11-07 17:07:14 +02:00
|
|
|
ipython = "*"
|
2018-11-14 09:07:32 +02:00
|
|
|
"flake8" = "*"
|
2018-11-11 11:52:58 +02:00
|
|
|
pytest = "*"
|
2019-11-27 12:26:55 +02:00
|
|
|
isort = "*"
|
2019-12-14 12:33:54 +02:00
|
|
|
black = "==19.10b0"
|
2020-03-01 21:19:28 +02:00
|
|
|
pytest-clarity = "==0.3.0a0"
|
2018-11-04 15:35:47 +02:00
|
|
|
|
|
|
|
[requires]
|
2019-11-15 00:38:45 +02:00
|
|
|
python_version = "3.8"
|