We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104ed85 commit 2e536f4Copy full SHA for 2e536f4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.0.7] 2023-06-13
4
+### Changes
5
+
6
+- Update `requirements.txt`
7
+ - Specify the version for the private package
8
9
## [1.0.6] 2023-01-29
10
### Changes
11
requirements.txt
@@ -2,7 +2,7 @@ django
gunicorn
python-dotenv
whitenoise
-git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro
+git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-soft-pro@v1.0.10#egg=django-admin-soft-pro
# psycopg2-binary
# mysqlclient
0 commit comments