Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #310 from jmcarp/feature/pin-requirements
Browse files Browse the repository at this point in the history
Feature/pin requirements
  • Loading branch information
LindsayYoung committed Jul 2, 2015
2 parents 7d674f4 + 9e3e04a commit 404e6d5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,34 @@
"url": "https://github.com/18F/openfec-web-app/issues"
},
"dependencies": {
"URIjs": "^1.15.0",
"browserify": ">= 10.1.2",
"d3": "^3.5.3",
"datatables": "^1.10.7",
"drmonty-datatables-responsive": "^1.0.6",
"eventemitter2": "~0.4.14",
"gulp": "^3.8.11",
"gulp-if": "^1.2.5",
"gulp-minify-css": "^1.1.5",
"gulp-rename": "^1.2.2",
"gulp-rev": "^3.0.1",
"gulp-sass": "^2.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"handlebars": "^2.0.0",
"jquery": "^2.1.4",
"keyboardjs": "^0.4.2",
"URIjs": "1.15.1",
"browserify": "10.2.4",
"d3": "3.5.5",
"datatables": "1.10.7",
"drmonty-datatables-responsive": "1.0.6",
"eventemitter2": "0.4.14",
"gulp": "3.8.11",
"gulp-if": "1.2.5",
"gulp-minify-css": "1.1.5",
"gulp-rename": "1.2.2",
"gulp-rev": "3.0.1",
"gulp-sass": "2.0.0",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.4",
"handlebars": "3.0.3",
"jquery": "2.1.4",
"keyboardjs": "0.4.2",
"list.js": "git://github.com/jmcarp/list.js.git",
"node-bourbon": "^4.2.2",
"node-neat": "^1.7.1-beta1",
"node-bourbon": "4.2.2",
"node-neat": "1.7.1-beta1",
"perfbar": "git://github.com/jmcarp/perfBar.git#issue-24",
"perfect-scrollbar": "0.6.2",
"preprocessify": "0.0.3",
"querystring": "^0.2.0",
"typeahead.js": "^0.10.5",
"underscore": "^1.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
"querystring": "0.2.0",
"typeahead.js": "0.10.5",
"underscore": "1.8.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.2.1"
}
}
27 changes: 15 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
Flask==0.10.1
Flask-BasicAuth==0.2.0
Flask-Testing==0.4.2
GitPython>=1.0.1
Flask-SSLify==0.1.5
furl==0.4.5
invoke>=0.10.1
nose==1.3.4
python-dateutil==2.4.2
requests==2.7.0
newrelic==2.50.0.39
gunicorn==19.3.0
webargs==0.14.0
CacheControl==0.11.5
cachetools==1.0.2

# Development
invoke==0.10.1
GitPython==1.0.1

# Testing
nose>=1.3.4
pytest>=2.7.0
pytest-cov>=1.8.1
python-dateutil>=2.4.2
requests==2.5.1
selenium>=2.45.0
newrelic==2.50.0.39
gunicorn
webargs>=0.13.0
Flask-SSLify
CacheControl>=0.11.5
cachetools>=1.0.1

0 comments on commit 404e6d5

Please sign in to comment.