|
| 1 | +[project] |
| 2 | +name = "django-admin-extra-buttons" |
| 3 | +version = "1.6.0" |
| 4 | +description = "Django mixin to easily add buttons to any ModelAdmin" |
| 5 | +readme = "README.md" |
| 6 | +requires-python = ">=3.11" |
| 7 | +classifiers=[ |
| 8 | + 'Environment :: Web Environment', |
| 9 | + 'Operating System :: OS Independent', |
| 10 | + 'Framework :: Django', |
| 11 | + 'Framework :: Django :: 4.2', |
| 12 | + 'Framework :: Django :: 5.0', |
| 13 | + 'Framework :: Django :: 5.1', |
| 14 | + 'License :: OSI Approved :: BSD License', |
| 15 | + 'Programming Language :: Python :: 3.11', |
| 16 | + 'Programming Language :: Python :: 3.12', |
| 17 | + 'Topic :: Software Development :: Libraries :: Application Frameworks', |
| 18 | + 'Topic :: Software Development :: Libraries :: Python Modules', |
| 19 | + 'Intended Audience :: Developers' |
| 20 | + ] |
| 21 | + |
| 22 | +dependencies = [ |
| 23 | + |
| 24 | +] |
| 25 | +[project.urls] |
| 26 | +Homepage = "https://github.com/saxix/django-admin-extra-buttonst" |
| 27 | +Documentation = "https://github.com/saxix/django-admin-extra-buttons" |
| 28 | + |
| 29 | +[project.optional-dependencies] |
| 30 | +docs = [ |
| 31 | + "mkdocs>=1.6.1", |
| 32 | + "markdown-include", |
| 33 | + "mkdocs-material>=9.5.36", |
| 34 | + "mkdocs-awesome-pages-plugin>=2.9.3", |
| 35 | + "mkdocstrings-python", |
| 36 | + "mdx_gh_links", |
| 37 | +] |
| 38 | + |
| 39 | +[tool.uv] |
| 40 | +dev-dependencies = [ |
| 41 | + # "black>=24.8.0", |
| 42 | + # "celery[pytest]>=5.4.0", |
| 43 | + # "django-webtest>=1.9.12", |
| 44 | + # "factory-boy>=3.3.1", |
| 45 | + # "flake8>=7.1.1", |
| 46 | + # "flower>=2.0.1", |
| 47 | + # "ipython>=8.18.1", |
| 48 | + # "isort>=5.13.2", |
| 49 | + # "mypy>=1.11.2", |
| 50 | + # "pdbpp>=0.10.3", |
| 51 | + # "psycopg-binary>=3.2.2", |
| 52 | + # "psycopg>=2.9.9", |
| 53 | + # "pyquery>=2.0.1", |
| 54 | + # "pytest-cov>=5.0.0", |
| 55 | + # "pytest-django>=4.9.0", |
| 56 | + # "pytest-echo>=1.7.3", |
| 57 | + "django-webtest>=1.9.12", |
| 58 | + # "black>=24.8.0", |
| 59 | + # "celery[pytest]>=5.4.0", |
| 60 | + # "django-webtest>=1.9.12", |
| 61 | + # "factory-boy>=3.3.1", |
| 62 | + # "flake8>=7.1.1", |
| 63 | + # "flower>=2.0.1", |
| 64 | + # "ipython>=8.18.1", |
| 65 | + # "isort>=5.13.2", |
| 66 | + # "mypy>=1.11.2", |
| 67 | + # "pdbpp>=0.10.3", |
| 68 | + # "psycopg-binary>=3.2.2", |
| 69 | + # "psycopg>=2.9.9", |
| 70 | + # "pyquery>=2.0.1", |
| 71 | + # "pytest-cov>=5.0.0", |
| 72 | + # "pytest-django>=4.9.0", |
| 73 | + # "pytest-echo>=1.7.3", |
| 74 | + "pytest>=8.3.3", |
| 75 | + "tox>=4.20.0", |
| 76 | +] |
0 commit comments