File: requirements.txt

package info (click to toggle)
django-compression-middleware 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 605; makefile: 6; sh: 5
file content (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
# Requirements required by this package:

brotlipy>=0.7.0 ; platform_python_implementation == 'PyPy'
Brotli ; platform_python_implementation != 'PyPy'
zstandard
Django>=1.11.0