Skip to content

Commit

Permalink
Fix requirements, remove version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Oct 19, 2020
1 parent 56077e7 commit 3629296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ requests>=2.13.0,<3.0.0
tqdm>=4.38.0,<5.0.0
pydantic>=1.5.0,<2.0.0
pytokenizations
jinja2>=2.1.0,<3.0.0
# Official Python utilities
setuptools
packaging>=20.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
requests>=2.13.0,<3.0.0
pydantic>=1.5.0,<2.0.0
pytokenizations
jinja2>=2.1.0,<3.0.0
jinja2
# Official Python utilities
setuptools
packaging>=20.0
Expand Down

0 comments on commit 3629296

Please sign in to comment.