File: __pkginfo__.py

package info (click to toggle)
domdf-python-tools 3.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,784 kB
  • sloc: python: 10,838; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
#  This file is managed by 'repo_helper'. Don't edit it directly.

__all__ = ["extras_require"]

extras_require = {"dates": ["pytz>=2019.1"], "testing": [], "all": ["pytz>=2019.1"]}