File: __pkginfo__.py

package info (click to toggle)
sphinx-toolbox 3.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,924 kB
  • sloc: python: 11,636; sh: 26; javascript: 25; makefile: 16
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"]
		}