Remove unnecessary requirements.
This commit is contained in:
parent
f611056bd0
commit
4ab4f1e6ed
|
@ -26,7 +26,6 @@
|
|||
"sinon-chai": "2.7.0",
|
||||
"react-tools": "0.13.3",
|
||||
"rewireify": "0.2.1",
|
||||
"superagent-mock": "1.2.0",
|
||||
"karma": "0.12.24",
|
||||
"karma-browserify": "4.1.2",
|
||||
"karma-chai": "0.1.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Requirements for development.
|
||||
|
||||
-r ../requirements.txt
|
||||
-r requirements.txt
|
||||
|
||||
# Documentation
|
||||
Sphinx>=1.3.0
|
|
@ -8,13 +8,9 @@ PyJWT>=1.4.0
|
|||
|
||||
# Database
|
||||
pycouchdb==1.12
|
||||
jsonschema==2.5.1
|
||||
jq==0.1.4
|
||||
jsonpickle==0.9.2
|
||||
|
||||
# Frontend
|
||||
Flask-Assets==0.10
|
||||
webassets-browserify==1.0.2
|
||||
|
||||
# Utilities + Python 3.4 backported libraries
|
||||
arrow==0.5.4
|
||||
|
|
Loading…
Reference in New Issue