mirror of
https://github.com/pinry/pinry.git
synced 2026-01-15 11:42:07 +01:00
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 2.2.0 to 2.4.0. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/2.2.0...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
557 B
TOML
33 lines
557 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
name = "pypi"
|
|
verify_ssl = true
|
|
|
|
[[source]]
|
|
url = "https://www.piwheels.org/simple"
|
|
name = "piwheels"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
"flake8" = "*"
|
|
qrcode = "*"
|
|
django-extensions = "*"
|
|
mkdocs = "*"
|
|
mkdocs-material = "*"
|
|
black = "==19.10b0"
|
|
|
|
[packages]
|
|
django = ">2.2.17,<3"
|
|
pillow = ">=8.1.1"
|
|
requests = "*"
|
|
django-taggit = "*"
|
|
django-braces = "*"
|
|
django-compressor = "*"
|
|
mock = "*"
|
|
gunicorn = "*"
|
|
djangorestframework = "*"
|
|
markdown = "<3.2"
|
|
django-filter = "==2.4.0"
|
|
coreapi = "*"
|
|
psycopg2-binary = "*"
|