Files
Pinry/Pipfile
dependabot[bot] a2e41de9dd Build(deps): Bump django-filter from 2.2.0 to 2.4.0
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>
2022-01-19 05:42:37 -08:00

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 = "*"