Skip to content

Commit

Permalink
pulled from source file
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Dec 9, 2019
1 parent a0e7730 commit 9a5e26a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions etc/requirements_dev.in
@@ -1,15 +1,23 @@
mock>=2.0.0
# Testing
coverage>=4.0.3
nose>=1.3.7
nose-parameterized>=0.5.0
nose-ignore-docstring>=0.2
nose-timer>=0.5.0
responses>=0.9.0
testfixtures>=4.1.2

matplotlib>=1.5.3
mock>=2.0.0

# Temp Directories for testing
testfixtures>=4.1.2

# Linting
flake8>=3.3.0

coverage>=4.0.3
# Algo examples
matplotlib>=1.5.3

# For mocking out requests fetches
responses>=0.9.0

# Compilation of pinned requirements
pip-tools>=4.3.0

0 comments on commit 9a5e26a

Please sign in to comment.