File: __pkginfo__.py

package info (click to toggle)
python-whey 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: python: 4,433; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#  This file is managed by 'repo_helper'. Don't edit it directly.

__all__ = ["extras_require"]

extras_require = {
		"readme": ["docutils>=0.16", "pyproject-parser[readme]>=0.11.0b1"],
		"editable": ["editables>=0.2"],
		"all": ["docutils>=0.16", "editables>=0.2", "pyproject-parser[readme]>=0.11.0b1"]
		}