File: __pkginfo__.py

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

__all__ = ["extras_require"]

extras_require = {
		"testing": ["coincidence>=0.2.0", "pytest>=6.0.0"], "all": ["coincidence>=0.2.0", "pytest>=6.0.0"]
		}