drakul/requirements.txt

5 lines
210 B
Plaintext
Raw Normal View History

2022-08-13 14:15:19 +02:00
Django==3.2.15
2019-10-25 02:49:09 +02:00
psycopg2-binary>=2.5.4 # required by Django for PostgreSQL support: https://docs.djangoproject.com/en/2.2/ref/databases/#postgresql-notes
2022-08-13 14:15:19 +02:00
djangorestframework==3.13.1
django-crispy-forms==1.14.0