Skip to content

Commit

Permalink
make pyparsing version mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Oct 17, 2023
1 parent 3324d68 commit fd45b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install_requires =
pydantic~=1.10
sqlalchemy<2.0 # To address SQLAlchemy warning (https://sqlalche.me/e/b8d9)
typing-extensions~=4.5
pyparsing~=3.1

[options.packages.find]
where = src
Expand Down Expand Up @@ -101,7 +102,6 @@ dev =
typing-extensions~=4.5
metaflow~=2.9
s3fs~=2023.5
pyparsing~=3.0

[options.entry_points]
# Add here console scripts like:
Expand Down

0 comments on commit fd45b45

Please sign in to comment.