Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Remove superfluous JWT requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Apr 1, 2015
1 parent 5d51ddf commit 5975d47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .baked
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"M2Crypto", "MySQLdb", "aesfield",
"apiclient", "cef",
"celery", "celery_tasktree", "celeryutils", "commonware",
"csp", "dateutil", "django_statsd", "jwt", "lxml",
"csp", "dateutil", "django_statsd", "lxml",
"mock", "mozpay", "nose", "oauth2", "oauth2client",
"oauthlib", "requests", "slumber", "suds",
"tastypie", "tastypie_services",
Expand Down
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# package for developers (testing, docs, etc.), it goes in this file.

Django==1.7.7
PyJWT-mozilla==0.1.4.2
amqplib==1.0.2
anyjson==0.3.3
billiard==2.7.3.17
Expand Down

0 comments on commit 5975d47

Please sign in to comment.