Skip to content

Commit 0e591c0

Browse files
committed
moving whitenoise to main dependencies
1 parent 4459b8d commit 0e591c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"drf-flex-fields",
1313
"drf-spectacular",
1414
"drf-renderer-xlsx",
15+
"whitenoise",
1516
]
1617
description = "Spokane Python Community"
1718
dynamic = ["version"]
@@ -44,7 +45,6 @@ dev = [
4445
docker = [
4546
"gunicorn",
4647
"psycopg2-binary",
47-
"whitenoise",
4848
]
4949

5050

0 commit comments

Comments
 (0)