Skip to content

Commit

Permalink
Bump versions of ftm, ftm-store and servicelayer (#234)
Browse files Browse the repository at this point in the history
* Bump versions of ftm, ftm-store and servicelayer

* Re-include extras for servicelayer

* Update setup.py to make the OCCRP lib versions the minimum requirement instead of fixed

* Bump servicelayer version
  • Loading branch information
catileptic committed Aug 24, 2023
1 parent 18cda91 commit ba37638
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
},
zip_safe=False,
install_requires=[
"banal >= 1.0.1, < 2.0.0",
"banal >= 1.0.6, < 2.0.0",
"click",
"requests[security] >= 2.21.0",
"PySocks == 1.7.1",
"requests_ftp",
"lxml >= 4",
"normality >= 2.1.1, < 3.0.0",
"normality >= 2.4.0, < 3.0.0",
"tabulate",
"python-dateutil >= 2.8.2, < 3.0.0",
"dataset >= 1.0.8",
"servicelayer[google,amazon] == 1.20.7",
"dataset >= 1.6.2",
"servicelayer[google,amazon] >= 1.21.2",
"pantomime == 0.5.1",
"alephclient >= 2.3.5",
"followthemoney >= 2.3.1",
"followthemoney-store >= 3.0.1",
"followthemoney >= 3.5.2",
"followthemoney-store >= 3.0.6",
"dateparser",
"stringcase",
"flask",
Expand Down

0 comments on commit ba37638

Please sign in to comment.