diff --git a/setup.py b/setup.py index 4983a4bb..c72ed70a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ packages=find_packages(exclude=["examples", "tests"]), namespace_packages=[], install_requires=[ - "followthemoney==3.5.4", + "followthemoney==3.5.5", "nomenklatura==3.7.0", "asyncstdlib==3.10.9", "aiocron==1.8",