Add requirements.txt for Python dependencies

This commit is contained in:
Scott Wallace 2021-03-23 09:03:59 +00:00
parent 3c11dfcf8d
commit 5bf139a737
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
__pycache__/*
__pycache__/
.pyenv/

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
psutil
python-dateutil
pytz