corrige conflitos
This commit is contained in:
10
requirements/production.txt
Normal file
10
requirements/production.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# PRECAUTION: avoid production dependencies that aren't in development
|
||||
|
||||
-r base.txt
|
||||
|
||||
gunicorn==23.0.0 # https://github.com/benoitc/gunicorn
|
||||
psycopg[c]==3.2.5 # https://github.com/psycopg/psycopg
|
||||
|
||||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
django-anymail==12.0 # https://github.com/anymail/django-anymail
|
||||
Reference in New Issue
Block a user