forked from lyft/python-confidant-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
29 lines (24 loc) · 827 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# The modular source code checker: pep8, pyflakes and co
# License: MIT
# Upstream url: http://bitbucket.org/tarek/flake8
flake8==2.3.0
# Measures code coverage and emits coverage reports
# Licence: BSD
# Upstream url: https://pypi.python.org/pypi/coverage
coverage==3.7.1
# tool to check your Python code against some of the style conventions
# License: Expat License
# Upstream url: https://github.com/jcrocholl/pep8.git
pep8==1.5.7
# nose makes testing easier
# License: GNU Library or Lesser General Public License (LGPL)
# Upstream url: http://readthedocs.org/docs/nose
nose==1.3.3
# Mocking and Patching Library for Testing
# License: BSD
# Upstream url: http://www.voidspace.org.uk/python/mock
mock==1.0.1
# License: MIT
# Upstream url: https://github.com/benjaminp/six
# Use: Python 2/3 compatiability
six==1.10.0