mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
removed gunicorn dependency
This commit is contained in:
parent
352bb8da9a
commit
451b9e9ada
2 changed files with 0 additions and 4 deletions
|
@ -113,7 +113,6 @@ TEMPLATES = [
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'gunicorn',
|
|
||||||
'dpaste',
|
'dpaste',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,3 @@ docutils
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
|
||||||
# Deployment specific
|
|
||||||
gunicorn
|
|
||||||
psycopg2
|
|
||||||
|
|
Loading…
Reference in a new issue