Skip to content

Commit

Permalink
few dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnakuruvadi committed May 11, 2024
1 parent cccd21e commit 680cd8d
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
anyio==3.6.1
appdirs==1.4.4
asgiref==3.7.2
astroid==2.4.2
async-generator==1.10
attrs==23.1.0
autobahn==20.12.3
Automat==20.2.0
backports.zoneinfo==0.2.1;python_version<"3.9"
beautifulsoup4==4.11.1
bs4==0.0.1
bsedata==0.4.0
Expand All @@ -26,7 +26,7 @@ cssselect==1.1.0
daphne==3.0.1
dateutils==0.6.8
Deprecated==1.2.13
Django==4.2.10
Django==5.0.6
django-anymail==8.6
django-login-required-middleware==0.9.0
django-solo==2.0.0
Expand All @@ -36,10 +36,12 @@ et-xmlfile==1.1.0
feedfinder2==0.0.4
feedparser==6.0.2
filelock==3.0.12
frozendict==2.4.4
ghostscript==0.7
google-currency==1.0.9
gunicorn==20.0.4
h11==0.12.0
html5lib==1.1
httpcore==0.15.0
httpx==0.23.0
huey==2.3.0
Expand All @@ -50,22 +52,22 @@ isort==5.6.4
jieba3k==0.35.1
joblib==1.2.0
lazy-object-proxy==1.4.3
lxml==4.9.1
lxml==5.2.1
mccabe==0.6.1
mftool==2.5
mftool==2.8
multitasking==0.0.9
nsetools==1.0.11
numpy==1.23.2
numpy==1.26.4
ofxparse==0.21
opencv-python==4.5.5.64
openpyxl==3.0.10
outcome==1.2.0
packaging==20.9
pandas==1.5.2
pandas==2.2.2
pdfminer.six==20220524
peewee==3.17.0
Pillow==10.3.0
psycopg2-binary==2.9.3
pillow==10.3.0
psycopg2-binary==2.9.9
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
Expand All @@ -80,7 +82,7 @@ PySocks==1.7.1
python-dateutil==2.8.2
python-dotenv==0.21.0
pytz==2022.6
pyxirr==0.7.2
pyxirr==0.10.3
PyYAML==6.0.1
rapidfuzz==2.13.7
regex==2021.10.8
Expand All @@ -93,8 +95,9 @@ rope==0.18.0
selenium==4.4.3
semver==2.13.0
service-identity==18.1.0
setuptools==69.5.1
sgmllib3k==1.0.0
six==1.14.0
six==1.16.0
sniffio==1.2.0
sortedcontainers==2.4.0
soupsieve==2.0.1
Expand All @@ -109,12 +112,14 @@ trio==0.21.0
trio-websocket==0.9.2
Twisted==23.10.0
txaio==20.12.1
typing_extensions==4.4.0
typing_extensions==4.11.0
tzdata==2024.1
urllib3==1.26.18
wcwidth==0.2.5
whitenoise==6.5.0
webencodings==0.5.1
wheel==0.40.0
wrapt==1.12.1
whitenoise==6.5.0
wrapt==1.16.0
wsproto==1.2.0
yfinance==0.2.32
yfinance==0.2.38
zope.interface==5.2.0

0 comments on commit 680cd8d

Please sign in to comment.