Skip to content

Commit

Permalink
upgrade all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Aug 10, 2024
1 parent 29c35dc commit 9edbce7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
packages=find_packages(exclude=["examples", "tests"]),
namespace_packages=[],
install_requires=[
"followthemoney==3.6.4",
"followthemoney==3.7.0",
"nomenklatura==3.13.0",
"rigour==0.5.3",
"asyncstdlib==3.12.4",
"aiocron==1.8",
"aiocsv==1.3.2",
"aiofiles==24.1.0",
"aiohttp[speedups]==3.10.0",
"aiohttp[speedups]==3.10.2",
"elasticsearch[async]==8.14.0",
"opensearch-py[async]==2.6.0",
"boto3>=1.34.144,<1.35.0",
"fastapi==0.111.1",
"uvicorn[standard]==0.30.4",
"fastapi==0.112.0",
"uvicorn[standard]==0.30.5",
"httpx[http2]==0.27.0",
"python-multipart==0.0.9",
"email-validator==2.2.0",
"structlog==24.4.0",
"pyicu==2.13.1",
"jellyfish==1.1.0",
"orjson==3.10.6",
"orjson==3.10.7",
"text-unidecode==1.3",
"click==8.1.6",
"normality==2.5.0",
Expand Down

0 comments on commit 9edbce7

Please sign in to comment.