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 bfe58a3 commit 78b5fd5Copy full SHA for 78b5fd5
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.0.2] 2023-06-13
4
+### Changes
5
+
6
+- Update `requirements.txt`
7
+ - Specify the version for the private package
8
9
## [1.0.1] 2023-01-07
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-material2-pro
+git+https://${GITHUB_TOKEN}@github.com/app-generator/priv-django-admin-material2-pro@v1.0.7#egg=django-admin-material2-pro
# psycopg2-binary
# mysqlclient
0 commit comments