Skip to content

Commit

Permalink
Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
txels committed Mar 19, 2015
1 parent 38e4a76 commit 08c911e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
django==1.7.3
django==1.7.7
django-appconf==0.6 # provides graceful configuration of apps
django-compressor==1.4
django-compressor==1.4 # static asset compression
django-crispy-forms==1.4.0 # better control over form rendering
django-filter==0.7 # provides generic filtering in API
djangorestframework==3.0.3 # Rest API
django-registration-redux==1.1 # user accounts and registration
drf-extensions==0.2.5 # DRF enhancements, including nested routers

# API client requirements
apitopy==0.3.0
requests==2.3.0
apitopy==0.3.0 # pythonic HTTP API clients
requests==2.3.0 # HTTP client library


# Git provider requirements
GitPython==0.3.2.RC1 # access local git repositories
github3.py==0.8.2 # access github repositories

celery==3.1.11
celery==3.1.11 # asynchronous task execution

0 comments on commit 08c911e

Please sign in to comment.