Skip to content

Commit

Permalink
Update setup.py to make the OCCRP lib versions the minimum requiremen…
Browse files Browse the repository at this point in the history
…t instead of fixed
  • Loading branch information
catileptic committed Aug 14, 2023
1 parent 95bab66 commit 275601b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"normality >= 2.4.0, < 3.0.0",
"tabulate",
"python-dateutil >= 2.8.2, < 3.0.0",
"dataset == 1.6.2",
"servicelayer[google,amazon] == 1.21.1",
"dataset >= 1.6.2",
"servicelayer[google,amazon] >= 1.21.1",
"pantomime == 0.5.1",
"alephclient >= 2.3.5",
"followthemoney == 3.5.2",
"followthemoney-store == 3.0.6",
"followthemoney >= 3.5.2",
"followthemoney-store >= 3.0.6",
"dateparser",
"stringcase",
"flask",
Expand Down

0 comments on commit 275601b

Please sign in to comment.