mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
21 lines
337 B
TOML
21 lines
337 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
ptpython = "*"
|
|
|
|
[packages]
|
|
tconnectsync = {editable = true, path = "."}
|
|
requests = "*"
|
|
bs4 = "*"
|
|
arrow = "*"
|
|
lxml = "*"
|
|
python-dotenv = "*"
|
|
requests-mock = "*"
|
|
|
|
[scripts]
|
|
tconnectsync = "python3 main.py"
|
|
test = "python3 -m unittest discover -vv"
|