Skip to content

Commit

Permalink
馃搶(back) pin django to version 3.2.4
Browse files Browse the repository at this point in the history
django-machina is only compatible with django up to
version 3.2, so infortunately we can't use django 4.
  • Loading branch information
carofun committed Apr 22, 2022
1 parent 21d2c6e commit 75e1d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -23,7 +23,7 @@ classifiers =
include_package_data = True
install_requires =
boto3==1.21.45
Django==4.0.4
Django==3.2.4
django-storages==1.12.3
django-haystack==3.1.1
django-lti-toolbox==1.0.1
Expand Down

0 comments on commit 75e1d2d

Please sign in to comment.