Skip to content

Commit

Permalink
Merge pull request #975 from ImageMarkup/update-reqs-add-rich
Browse files Browse the repository at this point in the history
Explicitly add rich dependency
  • Loading branch information
danlamanna authored Oct 3, 2024
2 parents 1f5cbd3 + e7ac096 commit 2469876
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jaro-winkler==2.0.3
jmespath==1.0.1
jwcrypto==1.5.6
kombu==5.4.2
markdown-it-py==3.0.0
mdurl==0.1.2
numpy==2.1.1
oauth2client==4.1.3
oauthlib==3.2.2
Expand All @@ -80,13 +82,15 @@ pycountry==24.6.1
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
Pygments==2.18.0
pymongo==4.10.1
pyparsing==3.1.4
python-dateutil==2.9.0.post0
python-magic==0.4.27
pytz==2024.2
redis==5.1.0
requests==2.32.3
rich==13.9.1
rsa==4.9
s3transfer==0.10.2
sentry-sdk==2.15.0
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,29 @@
# https://github.com/jazzband/django-oauth-toolkit/pull/1124
"django-oauth-toolkit<2.0.0",
"django-object-actions",
"django-redis",
"django-storages>1.14.2",
"django-widget-tweaks",
"django>=5.1,<6",
"gdal",
"google-analytics-data",
"hashids",
"hiredis",
"isic-metadata>=3.0.0",
"jaro-winkler",
"oauth2client",
"opensearch-py",
"pandas",
"Pillow",
"psycopg",
"pycountry",
"pydantic",
"pymongo",
"pyparsing",
"psycopg",
"redis",
"hiredis",
"django-redis",
"python-magic",
"redis",
"requests",
"rich",
"sentry-sdk[pure_eval]",
"tenacity",
"whitenoise[brotli]",
Expand Down

0 comments on commit 2469876

Please sign in to comment.