Add requirements.txt for Python dependencies
This commit is contained in:
parent
3c11dfcf8d
commit
5bf139a737
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
__pycache__/*
|
__pycache__/
|
||||||
|
.pyenv/
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
psutil
|
||||||
|
python-dateutil
|
||||||
|
pytz
|
Loading…
Reference in a new issue