File: dev-requirements.txt

package info (click to toggle)
python-invoke 0.11.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,136 kB
  • ctags: 1,702
  • sloc: python: 5,614; makefile: 37; sh: 36
file content (12 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Docs
Sphinx>=1.1.2
releases>=0.6.1
alabaster>=0.6.0
# Testing (explicit dependencies to get around a Travis/pip issue)
# N.B. Nose 1.3.1+ has a bizarro display bug re: exception printing
nose==1.3.0
spec>=1.0.0
mock==1.0.1
flake8==2.4.0
# Stuff needed for our tasks.py to execute (broken out for ease of CI)
-r tasks-requirements.txt