mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-16 21:10:11 +00:00
23 lines
342 B
Text
23 lines
342 B
Text
# Testing
|
|
coverage>=4.0.3
|
|
nose>=1.3.7
|
|
nose-parameterized>=0.5.0
|
|
nose-ignore-docstring>=0.2
|
|
nose-timer>=0.5.0
|
|
|
|
mock>=2.0.0
|
|
|
|
# Temp Directories for testing
|
|
testfixtures>=4.1.2
|
|
|
|
# Linting
|
|
flake8>=3.3.0
|
|
|
|
# Algo examples
|
|
matplotlib>=1.5.3
|
|
|
|
# For mocking out requests fetches
|
|
responses>=0.9.0
|
|
|
|
# Compilation of pinned requirements
|
|
pip-tools>=4.3.0
|