File: requirements.txt

package info (click to toggle)
python-hacking 0.11.0-2.1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • sloc: python: 911; sh: 30; makefile: 22
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0

pycodestyle>=2.0.0 # MIT
pyflakes>=0.8.1 # MIT
flake8>=3.0.0 # MIT
mccabe>=0.2.1 # MIT License

six>=1.9.0 # MIT