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
c9b76d82a4
peru
/
requirements-dev.txt
8 lines
43 B
Plaintext
Raw
Normal View
History
Unescape
Escape
get rid of fixed versions for testing tools
2016-07-30 19:39:16 +00:00
coverage
flake8
mccabe
pep8
pyflakes
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 .