Skip to content

Commit

Permalink
fix: django-select2 dep in test app and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Jan 12, 2024
1 parent 602424e commit 12b2962
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- pip install django-admin-rangefilter
- pip install django-admin-autocomplete-filter==0.6.1
- pip install django-import-export
- pip install django-select2
- pip install docutils
- pip install easy_thumbnails
- pip install django-mptt
Expand Down
12 changes: 8 additions & 4 deletions testapp/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alabaster==0.7.12
appdirs==1.4.4
asgiref==3.6.0
asgiref==3.7.2
attrs==23.1.0
Babel==2.9.0
black==21.4b0
Expand All @@ -17,13 +17,15 @@ cryptography==3.4.5
cssselect2==0.6.0
defusedxml==0.7.1
diff-match-patch==20200713
Django==4.2.4
Django==5.0
django-admin-autocomplete-filter==0.6.1
django-admin-rangefilter==0.6.3
django-appconf==1.0.6
django-import-export==3.0.1
django-js-asset==1.2.2
django-mptt==0.13.4
django-polymorphic==3.0.0
django-select2==8.1.2
django-tinymce==3.4.0
docutils==0.16
easy-thumbnails==2.8.2
Expand Down Expand Up @@ -62,6 +64,7 @@ pynvim==0.4.3
pyOpenSSL==20.0.1
pyparsing==2.4.7
PySocks==1.7.1
python-dotenv==1.0.0
pytz==2020.1
PyYAML==5.4.1
regex==2021.4.4
Expand All @@ -88,10 +91,11 @@ tinycss2==1.1.1
toml==0.10.2
trio==0.22.2
trio-websocket==0.10.3
typing_extensions==4.8.0
Unidecode==1.1.1
uritemplate==3.0.1
urllib3==2.0.4
webdriver-manager==3.2.2
urllib3==1.25.11
webdriver-manager==4.0.0
webencodings==0.5.1
wsproto==1.2.0
xlrd==2.0.1
Expand Down

0 comments on commit 12b2962

Please sign in to comment.