Skip to content

Commit

Permalink
Merge pull request #87 from AlexsLemonade/jashapiro/pyrate-setup
Browse files Browse the repository at this point in the history
Add pyrate-limiter to setup.py
  • Loading branch information
jashapiro authored Aug 15, 2024
2 parents d4620ca + c9af572 commit f18b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Operating System :: OS Independent", # not sure if this is actually true - we should probably test on windows!
],
python_requires=">=3.6",
install_requires=["iso8601", "PyYAML", "requests", "Click", "pytimeparse"],
install_requires=["iso8601", "PyYAML", "requests", "Click", "pytimeparse", "pyrate-limiter<3"],
entry_points="""
[console_scripts]
refinebio=pyrefinebio.script:cli
Expand Down

0 comments on commit f18b5cc

Please sign in to comment.