File: __pkginfo__.py

package info (click to toggle)
sphinx-toolbox 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,936 kB
  • sloc: python: 11,668; sh: 27; javascript: 25; makefile: 17
file content (8 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#  This file is managed by 'repo_helper'. Don't edit it directly.

__all__ = ["extras_require"]

extras_require = {
		"testing": ["coincidence>=0.4.3", "pygments<=2.13.0,>=2.7.4"],
		"all": ["coincidence>=0.4.3", "pygments<=2.13.0,>=2.7.4"]
		}