Add requirements.txt
This commit is contained in:
parent
91f29264f9
commit
97ba8fc01b
|
@ -1,2 +1,5 @@
|
|||
__pycache__/
|
||||
*.py[ocd]
|
||||
|
||||
env/
|
||||
.venv/
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue