Skip to content

Commit

Permalink
Merge pull request #1 from s-katte/s-katte/docs
Browse files Browse the repository at this point in the history
Added requirements for installation and gitignore
Thank you
  • Loading branch information
pranjal-joshi authored Apr 10, 2021
2 parents 2d22213 + ff7d734 commit b26b4d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv/
33 changes: 33 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
appdirs==1.4.3
CacheControl==0.12.6
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3
contextlib2==0.6.0
dateutils==0.6.12
distlib==0.3.0
distro==1.4.0
html5lib==1.0.1
idna==2.8
ipaddr==2.2.0
lockfile==0.12.2
lxml==4.6.3
msgpack==0.6.2
multitasking==0.0.9
nsetools==1.0.11
numpy==1.20.2
packaging==20.3
pandas==1.2.3
pep517==0.8.2
progress==1.5
pyparsing==2.4.6
python-dateutil==2.8.1
pytoml==0.1.21
pytz==2021.1
requests==2.22.0
retrying==1.3.3
six==1.14.0
tabulate==0.8.9
urllib3==1.25.8
webencodings==0.5.1
yfinance==0.1.59

0 comments on commit b26b4d9

Please sign in to comment.