Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensanctions/api
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 21, 2024
2 parents b7290d8 + 966055f commit 00a0933
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
packages=find_packages(exclude=["examples", "tests"]),
namespace_packages=[],
install_requires=[
"followthemoney==3.7.1",
"followthemoney==3.7.4",
"nomenklatura==3.13.1",
"rigour==0.6.1",
"asyncstdlib==3.12.5",
"aiocron==1.8",
"aiocsv==1.3.2",
"aiofiles==24.1.0",
"aiohttp[speedups]==3.10.8",
"aiohttp[speedups]==3.10.10",
"elasticsearch[async]==8.15.1",
"opensearch-py[async]==2.7.1",
"boto3>=1.34.144,<1.36.0",
"fastapi==0.115.0",
"uvicorn[standard]==0.31.0",
"fastapi==0.115.2",
"uvicorn[standard]==0.32.0",
"httpx[http2]==0.27.2",
"python-multipart==0.0.12",
"email-validator==2.2.0",
"structlog==24.4.0",
"pyicu==2.13.1",
"jellyfish==1.1.0",
"orjson==3.10.7",
"orjson==3.10.9",
"text-unidecode==1.3",
"click==8.1.6",
"normality==2.5.0",
"countrynames==1.15.3",
"countrynames==1.16.2",
"fingerprints==1.2.3",
"pantomime==0.6.1",
"cryptography==43.0.1",
"cryptography==43.0.3",
],
extras_require={
"dev": [
Expand All @@ -56,7 +56,7 @@
"pytest-cov",
"pytest-asyncio",
"pytest-httpx",
"anyio==4.6.0",
"anyio==4.6.2.post1",
"flake8>=2.6.0",
"black",
"types-aiofiles>=24.0,<25.0",
Expand Down

0 comments on commit 00a0933

Please sign in to comment.