This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
peru
mirror of
https://github.com/buildinspace/peru.git
Watch
1
Star
1
Fork
You've already forked peru
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f293ccc1f1
peru
/
requirements-dev.txt
8 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add requirements-dev.txt lists all requirements that are necessary to run ./test.sh so that someone can create a virtualenv and run `pip install -r requirements-dev.txt`
2014-12-04 21:32:42 +00:00
coverage==3.7.1
flake8==2.2.5
mccabe==0.2.1
pep8==1.5.7
pyflakes==0.8.1
remove third-party/ Summary: Remove the third-party/ directory and no longer rely on copies of dependencies in the repo. When needed, fetch dependencies normally. This can usually be accomplished via `pip install -r requirements.txt` or `pip install -r requirements-dev.txt`. Even though `peru.yaml` is gone, `.peru/` is still in `.gitignore`, because the tests check for untracked files and will detect `.peru/` as an error. Test Plan: Successfully ran tests locally and via Travis CI. Reviewers: jacko Reviewed By: jacko Differential Revision: https://phabricator.buildinspace.com/D145
2014-12-21 05:06:36 +00:00
-e .