File: dev-requirements.txt

package info (click to toggle)
python-invoke 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,856 kB
  • sloc: python: 15,986; makefile: 24
file content (23 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Install self before invocations to save a bit of time
-e .
# Invocations, for all sorts of things
invocations>=3.3
# Coverage!
coverage>=6.2,<7
# Docs
releases>=2
alabaster==0.7.12
# Testing
pytest-relaxed>=2
pytest-cov>=4
# Formatting
# Flake8 5.x seems to have an odd importlib-metadata incompatibility?
flake8>=4,<5
black>=22.8,<22.9
# Packaging
setuptools>56
# Debuggery
icecream>=2.1
# typing
mypy==0.971
types-PyYAML==6.0.12.4