Add requirements.txt

This commit is contained in:
Jasper Blanckenburg 2023-04-01 18:57:26 +02:00
parent 91f29264f9
commit 97ba8fc01b
2 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
__pycache__/ __pycache__/
*.py[ocd] *.py[ocd]
env/
.venv/

10
requirements.txt Normal file
View File

@ -0,0 +1,10 @@
black==23.3.0
click==8.1.3
msgpack==1.0.5
mypy-extensions==1.0.0
packaging==23.0
pathspec==0.11.1
platformdirs==3.2.0
python-can==4.1.0
typing_extensions==4.5.0
wrapt==1.15.0