18 lines
315 B
TOML
18 lines
315 B
TOML
|
# Copyright (C) 2018 and later: Unicode, Inc. and others.
|
||
|
# License & terms of use: http://www.unicode.org/copyright.html
|
||
|
# Author: shane@unicode.org
|
||
|
|
||
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3"
|
||
|
|
||
|
[packages]
|
||
|
gitpython = "*"
|
||
|
jira = "*"
|
||
|
|
||
|
[dev-packages]
|