stock-tracker-discord/Pipfile
2021-07-06 02:27:56 +00:00

57 lines
1.1 KiB
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "==3.7.3"
appdirs = "==1.4.3"
async-timeout = "==3.0.1"
attrs = "==20.3.0"
beautifulsoup4 = "==4.9.3"
certifi = "==2019.11.28"
chardet = "==3.0.4"
colorama = "==0.4.3"
contextlib2 = "==0.6.0"
"discord.py" = "==1.6.0"
distlib = "==0.3.0"
distro = "==1.4.0"
html5lib = "==1.0.1"
idna = "==2.8"
ipaddr = "==2.2.0"
kiwisolver = "==1.3.1"
lockfile = "==0.12.2"
lxml = "==4.6.2"
matplotlib = "==3.3.4"
msgpack = "==0.6.2"
multidict = "==5.1.0"
multitasking = "==0.0.9"
numpy = "==1.20.1"
pandas = "==1.2.2"
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"
soupsieve = "==2.2"
tabulate = "==0.8.7"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.25.8"
webencodings = "==0.5.1"
yarl = "==1.6.3"
yfinance = "==0.1.60"
CacheControl = "==0.12.6"
Cycler = "==0.10.0"
Pillow = "==8.1.0"
mongoengine = "*"
kaleido = "*"
plotly = "*"
[dev-packages]
[requires]
python_version = "3.8"