Skip to content

Commit

Permalink
Update REQUIREMENTS.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucernae committed Feb 9, 2017
1 parent bd2ce23 commit 6cc56b4
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 40 deletions.
40 changes: 20 additions & 20 deletions deployment/docker-dev/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
requests
requests==2.11.1
Django>=1.7,<1.8
django-bootstrap3-datetimepicker
psycopg2
pytz
celery
django-celery
django-kombu
django-bootstrap3-datetimepicker==2.2.3
psycopg2==2.6.2
pytz==2016.7
celery==3.1.24
django-celery==3.1.17
django-kombu==0.9.4
django-leaflet==0.14.0
django-braces
django-model-utils
django-braces==1.9.0
django-model-utils==2.6
django-pipeline<1.6,>=1.5
nodeenv
raven
django-user-map
nodeenv==1.0.0
raven==5.29.0
django-user-map==1.1.1
djangorestframework==3.2.5
djangorestframework-gis==0.9.6
markdown
Markdown==2.6.7
django-filter==0.11.0
pillow
numpy
hammock
scrapy
python-dateutil
unicodecsv
beautifulsoup4
Pillow==3.4.2
numpy==1.11.2
hammock==0.2.4
Scrapy==1.2.0
python-dateutil==2.5.3
unicodecsv==0.14.1
beautifulsoup4==4.5.1
40 changes: 20 additions & 20 deletions deployment/docker-prod/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
requests
requests==2.11.1
Django>=1.7,<1.8
django-bootstrap3-datetimepicker
psycopg2
pytz
celery
django-celery
django-kombu
django-bootstrap3-datetimepicker==2.2.3
psycopg2==2.6.2
pytz==2016.7
celery==3.1.24
django-celery==3.1.17
django-kombu==0.9.4
django-leaflet==0.14.0
django-braces
django-model-utils
django-braces==1.9.0
django-model-utils==2.6
django-pipeline<1.6,>=1.5
nodeenv
raven
django-user-map
nodeenv==1.0.0
raven==5.29.0
django-user-map==1.1.1
djangorestframework==3.2.5
djangorestframework-gis==0.9.6
markdown
Markdown==2.6.7
django-filter==0.11.0
pillow
numpy
hammock
scrapy
python-dateutil
unicodecsv
beautifulsoup4
Pillow==3.4.2
numpy==1.11.2
hammock==0.2.4
Scrapy==1.2.0
python-dateutil==2.5.3
unicodecsv==0.14.1
beautifulsoup4==4.5.1
1 change: 1 addition & 0 deletions django_project/core/settings/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ def ensure_secret_key_file():
with open(secret_path, 'w') as f:
f.write("SECRET_KEY = " + repr(secret_key) + "\n")


# Import the secret key
ensure_secret_key_file()
1 change: 1 addition & 0 deletions django_project/realtime/scripts/check_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ def check_indicator_status():
ind.label,
ind.value_humanize)


if __name__ == '__main__':
check_indicator_status()
1 change: 1 addition & 0 deletions django_project/user_map/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
def local_path(path):
return os.path.join(os.path.dirname(__file__), path)


SITE_ID = 1

DATABASES = {
Expand Down

0 comments on commit 6cc56b4

Please sign in to comment.