Add gitignore and requirements

This commit is contained in:
ahosking 2020-12-24 16:13:15 -05:00
parent 9898cc1a82
commit d318df5e8f
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

25
requirements.txt Normal file
View File

@ -0,0 +1,25 @@
appdirs==1.4.3
CacheControl==0.12.6
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3
contextlib2==0.6.0
distlib==0.3.0
distro==1.4.0
html5lib==1.0.1
idna==2.8
ipaddr==2.2.0
lockfile==0.12.2
msgpack==0.6.2
packaging==20.3
pep517==0.8.2
progress==1.5
pyparsing==2.4.6
PySide2==5.15.2
pytoml==0.1.21
requests==2.22.0
retrying==1.3.3
shiboken2==5.15.2
six==1.14.0
urllib3==1.25.8
webencodings==0.5.1