Skip to content

Commit fc584c4

Browse files
committed
Merge pull request #225 from dstufft/deterministic-gzip
Use the new deterministic gzip support in whitenoie 0.12
2 parents 158b755 + 0a70749 commit fc584c4

24 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires-dist =
2424
SQLAlchemy
2525
sqlalchemy-citext>=1.2.0
2626
Werkzeug
27-
whitenoise>=0.11
27+
whitenoise>=0.12
2828

2929
psycopg2; platform_python_implementation == 'CPython'
3030
psycopg2cffi; platform_python_implementation == 'PyPy'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def recursive_glob(path, pattern, cutdirs=0):
5353
"SQLAlchemy",
5454
"sqlalchemy-citext>=1.2.0",
5555
"Werkzeug",
56-
"whitenoise>=0.11",
56+
"whitenoise>=0.12",
5757
]
5858

5959
if platform.python_implementation() == "PyPy":
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)