Skip to content

Commit

Permalink
wip pin django-import-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 6, 2024
1 parent b80bf57 commit 06cf6dd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bleach
dj-database-url
django-compressor
django-extensions
django-import-export
django-import-export<4
django-haystack
django-modeltranslation
django-prettyjson
Expand Down
22 changes: 18 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ cryptography==43.0.0
# msal
# pyjwt
defusedxml==0.7.1
# via willow
# via
# odfpy
# willow
deprecated==1.2.14
# via pygithub
diff-match-patch==20230430
Expand Down Expand Up @@ -82,7 +84,7 @@ django-filter==22.1
# via wagtail
django-haystack==3.3.0
# via -r requirements.in
django-import-export==4.1.1
django-import-export==3.3.9
# via -r requirements.in
django-modelcluster==6.3
# via wagtail
Expand Down Expand Up @@ -130,12 +132,16 @@ isodate==0.6.1
# via azure-storage-blob
l18n==2021.3
# via wagtail
markuppy==1.14
# via tablib
msal==1.30.0
# via
# azure-identity
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
odfpy==1.4.1
# via tablib
opencensus==0.11.4
# via
# opencensus-ext-azure
Expand All @@ -147,7 +153,9 @@ opencensus-ext-azure==1.1.13
opencensus-ext-django==0.8.0
# via -r requirements.in
openpyxl==3.1.5
# via wagtail
# via
# tablib
# wagtail
packaging==24.1
# via
# django-haystack
Expand Down Expand Up @@ -189,6 +197,8 @@ pytz==2024.1
# django
# django-modelcluster
# l18n
pyyaml==6.0.1
# via tablib
rcssmin==1.1.1
# via django-compressor
requests==2.32.3
Expand Down Expand Up @@ -220,7 +230,7 @@ sqlparse==0.5.1
# via django
standardjson==0.3.1
# via django-prettyjson
tablib==3.5.0
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via django-import-export
telepath==0.3.1
# via wagtail
Expand Down Expand Up @@ -258,3 +268,7 @@ wrapt==1.16.0
# via
# -r requirements.in
# deprecated
xlrd==2.0.1
# via tablib
xlwt==1.3.0
# via tablib
33 changes: 27 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.8.1
# django
astroid==2.3.0
# via pylint
attrs==23.2.0
attrs==24.2.0
# via
# -r requirements_dev.in
# outcome
Expand Down Expand Up @@ -74,6 +74,7 @@ cryptography==43.0.0
defusedxml==0.7.1
# via
# -r requirements.txt
# odfpy
# willow
deprecated==1.2.14
# via
Expand Down Expand Up @@ -122,7 +123,7 @@ django-filter==22.1
# wagtail
django-haystack==3.3.0
# via -r requirements.txt
django-import-export==4.1.1
django-import-export==3.3.9
# via -r requirements.txt
django-modelcluster==6.3
# via
Expand Down Expand Up @@ -175,7 +176,7 @@ factory-boy==3.3.0
# via
# -r requirements_dev.in
# wagtail-factories
faker==26.1.0
faker==26.2.0
# via factory-boy
filetype==1.2.0
# via
Expand Down Expand Up @@ -222,6 +223,10 @@ l18n==2021.3
# wagtail
lazy-object-proxy==1.10.0
# via astroid
markuppy==1.14
# via
# -r requirements.txt
# tablib
mccabe==0.6.1
# via
# flake8
Expand All @@ -235,6 +240,10 @@ msal-extensions==1.2.0
# via
# -r requirements.txt
# azure-identity
odfpy==1.4.1
# via
# -r requirements.txt
# tablib
opencensus==0.11.4
# via
# -r requirements.txt
Expand All @@ -251,6 +260,7 @@ opencensus-ext-django==0.8.0
openpyxl==3.1.5
# via
# -r requirements.txt
# tablib
# wagtail
outcome==1.3.0.post0
# via trio
Expand Down Expand Up @@ -349,7 +359,10 @@ pytz==2024.1
# django-modelcluster
# l18n
pyyaml==6.0.1
# via responses
# via
# -r requirements.txt
# responses
# tablib
rcssmin==1.1.1
# via
# -r requirements.txt
Expand Down Expand Up @@ -413,7 +426,7 @@ standardjson==0.3.1
# via
# -r requirements.txt
# django-prettyjson
tablib==3.5.0
tablib[html,ods,xls,xlsx,yaml]==3.5.0
# via
# -r requirements.txt
# django-import-export
Expand All @@ -423,7 +436,7 @@ telepath==0.3.1
# wagtail
tomli==2.0.1
# via pytest
trio==0.26.0
trio==0.26.1
# via
# selenium
# trio-websocket
Expand Down Expand Up @@ -481,6 +494,14 @@ wrapt==1.16.0
# deprecated
wsproto==1.2.0
# via trio-websocket
xlrd==2.0.1
# via
# -r requirements.txt
# tablib
xlwt==1.3.0
# via
# -r requirements.txt
# tablib

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 06cf6dd

Please sign in to comment.