Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlittle committed Mar 25, 2024
1 parent 188ba55 commit 4a0e6dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -8,7 +8,7 @@ libsass==0.23.0
django-compressor==4.4.0
django-sass-processor==1.4
openpyxl==3.1.2
tablib==3.5.0
tablib==3.6.0
httpretty==1.1.4
xmltodict==0.13.0
django-ses==3.5.2
Expand All @@ -22,7 +22,7 @@ django-database-view==0.3.0
django-tastypie==0.14.6

# Framework for API v3
djangorestframework==3.14.0
djangorestframework==3.15.1
django-filter==23.5

# For testing and code formatting
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-oppia',
version='0.15.1',
version='0.15.2',
packages=[
'oppia',
'quiz',
Expand Down Expand Up @@ -38,14 +38,14 @@
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
"django == 4.2.11",
"django-tastypie == 0.14.6",
"tablib == 3.5.0",
"tablib == 3.6.0",
"django-crispy-forms == 1.14.0",
"pytz",
"defusedxml==0.7.1",
Expand All @@ -65,7 +65,7 @@
"xmltodict==0.13.0",
"django-storages==1.14.2",
"django-database-view==0.3.0",
"djangorestframework==3.14.0",
"djangorestframework==3.15.1",
"django-filter==23.5"
],
)

0 comments on commit 4a0e6dd

Please sign in to comment.