Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #57

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
655cd49
Update mysqlclient from 1.3.6 to 1.3.7
pyup-bot Jul 29, 2016
431fabf
Update django-braces from 1.8.1 to 1.9.0
pyup-bot Jul 29, 2016
32e55cd
Update django-floppyforms from 1.5.2 to 1.6.2
pyup-bot Jul 29, 2016
83ca6d4
Update werkzeug from 0.10.4 to 0.11.9
pyup-bot Jul 29, 2016
c4ac14b
Update gevent from 1.0.2 to 1.1.2
pyup-bot Jul 29, 2016
f156ece
Update django-storages-redux from 1.3 to 1.3.2
pyup-bot Jul 29, 2016
cba0ee4
Update django-mptt from 0.7.4 to 0.8.5
pyup-bot Jul 29, 2016
66e3bb5
Update lxml from 3.4.4 to 3.6.1
pyup-bot Jul 29, 2016
d63d077
Update gunicorn from 19.3.0 to 19.6.0
pyup-bot Jul 29, 2016
21dd536
Update django-mailbox from 4.4.4 to 4.5.4
pyup-bot Jul 29, 2016
c6fcee6
Update django-debug-toolbar from 1.4 to 1.5
pyup-bot Jul 29, 2016
ff9f486
Update pytz from 2015.7 to 2016.6.1
pyup-bot Jul 29, 2016
718603e
Update pylibmc from 1.5.0 to 1.5.1
pyup-bot Jul 29, 2016
aab7b12
Update django-autocomplete-light from 2.2.10 to 3.1.6
pyup-bot Jul 29, 2016
d0e0d45
Update psycopg2 from 2.6.1 to 2.6.2
pyup-bot Jul 29, 2016
7d81200
Update pillow from 3.0.0 to 3.3.0
pyup-bot Jul 29, 2016
c882ec9
Update raven from 5.8.1 to 5.23.0
pyup-bot Jul 29, 2016
c0f2a9b
Update django-allauth from 0.23.0 to 0.26.1
pyup-bot Jul 29, 2016
46298a6
Update django-model-utils from 2.3.1 to 2.5
pyup-bot Jul 29, 2016
b740c21
Update ipdb from 0.8.1 to 0.10.1
pyup-bot Jul 29, 2016
2b0c839
Pin sphinx to latest version 1.4.5
pyup-bot Jul 29, 2016
26a6b6a
Update django-heroku-memcacheify from 0.8 to 1.0.0
pyup-bot Jul 29, 2016
f0d60f2
Update django-filter from 0.11.0 to 0.13.0
pyup-bot Jul 29, 2016
5b6d5e9
Update django-crispy-forms from 1.5.2 to 1.6.0
pyup-bot Jul 29, 2016
a424ec6
Update boto from 2.38.0 to 2.42.0
pyup-bot Jul 29, 2016
3b5eb07
Update django-mailgun from 0.8.0 to 0.9.1
pyup-bot Jul 29, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project.
pylibmc==1.5.0
django-heroku-memcacheify==0.8
psycopg2==2.6.1
pylibmc==1.5.1
django-heroku-memcacheify==1.0.0
psycopg2==2.6.2
-r requirements/production.txt
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@ django-secure==1.0.1


# Forms
django-braces==1.8.1
django-crispy-forms==1.5.2
django-floppyforms==1.5.2
django-braces==1.9.0
django-crispy-forms==1.6.0
django-floppyforms==1.6.2

# Models
django-model-utils==2.3.1
django-model-utils==2.5

# Images
Pillow==3.0.0
Pillow==3.3.0

# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.23.0
django-allauth==0.26.1

# For the persistence stores
mysqlclient==1.3.6
mysqlclient==1.3.7


# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3

# Time zones support
pytz==2015.7
pytz==2016.6.1



# Your custom requirements go here
django-filter==0.11.0
django-autocomplete-light==2.2.10
django-filter==0.13.0
django-autocomplete-light==3.1.6
https://github.com/ad-m/django-atom/archive/v0.11.0.zip
django-formtools==1.0
django-mptt==0.7.4
django-mptt==0.8.5
https://github.com/ad-m/django-autofixture/archive/master.zip
jsonfield==1.0.3
django-guardian==1.4.4
claw==1.3.0
django-mailbox==4.4.4
django-mailbox==4.5.4
https://github.com/ad-m/django-teryt-tree/archive/master.zip
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Local development dependencies go here
-r base.txt
Sphinx
Sphinx==1.4.5
django-extensions=1.6.7
Werkzeug==0.10.4
Werkzeug==0.11.9

# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
django-debug-toolbar==1.5

# improved REPL
ipdb==0.8.1
ipdb==0.10.1
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

# WSGI Handler
# ------------------------------------------------
gevent==1.0.2
gunicorn==19.3.0
gevent==1.1.2
gunicorn==19.6.0

# Static and Media Storage
# ------------------------------------------------
boto==2.38.0
django-storages-redux==1.3
boto==2.42.0
django-storages-redux==1.3.2
Collectfast==0.2.3

# Mailgun Support
# ---------------
django-mailgun==0.8.0
raven==5.8.1
django-mailgun==0.9.1
raven==5.23.0
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Test dependencies go here.
-r local.txt
lxml==3.4.4
lxml==3.6.1