Skip to content

Commit

Permalink
Fixing gevent bad version
Browse files Browse the repository at this point in the history
  • Loading branch information
zemogle committed Sep 21, 2020
1 parent c14a12e commit 742acfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/serol/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.db.backends.postgresql',
'NAME': os.environ.get('DB_NAME', ''),
'USER': os.environ.get('DB_USER',''),
'PASSWORD': os.environ.get('DB_PASS',''),
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Pillow==6.2.1
requests
six
gunicorn[gevent]==20.0.4
gevent==1.4.0
profanityfilter
django-cors-headers
numpy
numpy=1.18.2
astropy==3.2.3
astroscrappy==1.0.8
fits2image>=0.4.0
Expand Down

0 comments on commit 742acfb

Please sign in to comment.