Skip to content

Commit

Permalink
fix setuptool version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Dec 1, 2023
1 parent 10e743e commit ab64351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ python-dateutil>=2.8.2
itsdangerous==2.0.1
MarkupSafe==2.0.1
certifi>=2022.12.7
setuptools>=65.5.1,!=68.1.*,!=68.2.*
setuptools>=65.5.1,!=68.1.*,!=68.2.*,!=69.0.*

# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.33.4
botocore==1.33.4
boto3==1.33.5
botocore==1.33.5
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
Expand Down Expand Up @@ -81,7 +81,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.8.2
sansjson==0.3.0
setuptools==69.0.2
setuptools==68.0.0
simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
Expand Down

0 comments on commit ab64351

Please sign in to comment.