|
@@ -42,6 +42,14 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
[package.extras]
|
|
|
development = ["black", "flake8", "mypy", "pytest", "types-colorama"]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "dj-database-url"
|
|
|
+version = "0.5.0"
|
|
|
+description = "Use Database URLs in your Django Application."
|
|
|
+category = "main"
|
|
|
+optional = false
|
|
|
+python-versions = "*"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "django"
|
|
|
version = "4.0.3"
|
|
@@ -141,7 +149,7 @@ name = "psycopg2"
|
|
|
version = "2.9.3"
|
|
|
description = "psycopg2 - Python-PostgreSQL Database Adapter"
|
|
|
category = "main"
|
|
|
-optional = true
|
|
|
+optional = false
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
|
[[package]]
|
|
@@ -221,7 +229,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|
|
[metadata]
|
|
|
lock-version = "1.1"
|
|
|
python-versions = "^3.8"
|
|
|
-content-hash = "1914f0a474b0f5d48e19328574709f0193de5555ed279c38496de20db6149a28"
|
|
|
+content-hash = "45cc84e2a641f09941628bbee75fb65069fd217a19d6b67817061ad0a0dc7d61"
|
|
|
|
|
|
[metadata.files]
|
|
|
asgiref = [
|
|
@@ -254,6 +262,10 @@ colorlog = [
|
|
|
{file = "colorlog-6.6.0-py2.py3-none-any.whl", hash = "sha256:351c51e866c86c3217f08e4b067a7974a678be78f07f85fc2d55b8babde6d94e"},
|
|
|
{file = "colorlog-6.6.0.tar.gz", hash = "sha256:344f73204009e4c83c5b6beb00b3c45dc70fcdae3c80db919e0a4171d006fde8"},
|
|
|
]
|
|
|
+dj-database-url = [
|
|
|
+ {file = "dj-database-url-0.5.0.tar.gz", hash = "sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"},
|
|
|
+ {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"},
|
|
|
+]
|
|
|
django = [
|
|
|
{file = "Django-4.0.3-py3-none-any.whl", hash = "sha256:1239218849e922033a35d2a2f777cb8bee18bd725416744074f455f34ff50d0c"},
|
|
|
{file = "Django-4.0.3.tar.gz", hash = "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930"},
|