File: req-develop.txt

package info (click to toggle)
helpdev 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 648; makefile: 14
file content (22 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# See tox.ini file to know how to use them via command line
# It is recommended for developers install all others requirements also

# Main packages to make sure they are there
setuptools
pip
wheel
virtualenv

# Automation
tox
pre-commit

# Fixers
autopep8
docformatter
eradicate
isort

# Spell checkers
# Name for use is scspell
scspell3k