We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361b67 commit 948e64aCopy full SHA for 948e64a
baseapp-core/setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = baseapp-core
3
-version = 0.2.11
+version = 0.2.12
4
description = BaseApp Core
5
long_description = file: README.md
6
url = https://github.com/silverlogic/baseapp-backend
@@ -23,6 +23,7 @@ install_requires =
23
django-model-utils >= 4.3
24
djangorestframework >= 3.14
25
djangorestframework-expander >= 0.2
26
+ djangorestframework-simplejwt >= 5.3
27
drf-extra-fields >= 3.5
28
psycopg2-binary >= 2.9
29
django-phonenumber-field >= 7.0
0 commit comments