Skip to content

Commit

Permalink
Add pymongo to requirements_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jan 15, 2017
1 parent 6124e08 commit b7ad138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- pip install --upgrade setuptools
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- pip install pymongo==3.2.1
- make deps
cache_directories:
- node_modules/
Expand Down
3 changes: 3 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
nose==1.3.7
coverage==4.0.3
mock==2.0.0

# PyMongo is needed for one of the unit tests:
pymongo==3.2.1

0 comments on commit b7ad138

Please sign in to comment.