File: __pkginfo__.py

package info (click to toggle)
python-dom-toml 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,080 kB
  • sloc: python: 1,778; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
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 = {
		"config": ["attrs>=23.1.0", "tomli-w>=1.0.0", "typing-extensions>=4.7.1"],
		"all": ["attrs>=23.1.0", "tomli-w>=1.0.0", "typing-extensions>=4.7.1"]
		}