requirements.txt 348 B

12345678910
  1. wagtailcrx=={{wagtailcrx_release.0}}.{{wagtailcrx_release.1}}.*
  2. # django_sendmail_backend enables sending email from your web host server.
  3. # Remove this if using a different email backend.
  4. django_sendmail_backend
  5. # To use with MariaDB or MySQL, uncomment the line below:
  6. #mysqlclient
  7. # To use with PostgreSQL, uncomment the line below:
  8. #psycopg2