cliff
requests>=2.14.2

[mysql]
mysqlclient

[postgresql]
psycopg2

[server]
django<5.3,>=4.2
djangorestframework>=3.9.1
django-filter
django-cors-headers
django-health-check
dynaconf[yaml]!=3.1.3,<4.0.0,>=3.0.0
ruamel.yaml
tzlocal>=4.0
pygments
whitenoise

[server:python_version < "3.9"]
backports.zoneinfo[tzdata]

[server:python_version >= "3.9"]
tzdata
