aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/requirements-dev.txt
blob: 0b2e08163ace7d6febe37405dd3c93443499b2f1 (plain)
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
# For nvm.toml
cascadetoml
jinja2
# Undo this pin when click and typer are again compatible.
typer==0.4.0

sh
# Undo this pin when click and typer are again compatible.
click==8.0.4
cpp-coveralls
requests
requests-cache

# For translate check
polib

# For pre-commit
pyyaml
black

# for combining the Nordic SoftDevice with CircuitPython
intelhex

# for building & testing natmods
pyelftools

# for stubs and annotations
adafruit-circuitpython-typing