use setup.py to determine dependencies in Dockerfile instead of egg-info requires.txt

This commit is contained in:
Nick Sweeting 2021-02-15 14:51:32 -05:00
parent 0407d03b6b
commit e61e12c889
4 changed files with 57 additions and 47 deletions

View file

@ -107,9 +107,6 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': DATABASE_NAME,
'OPTIONS': {
'init_command': 'PRAGMA journal_mode=wal;',
}
}
}