mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 12:43:10 +00:00
22 lines
318 B
TOML
22 lines
318 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
ipdb = "*"
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
django-stubs = "*"
|
|
setuptools = "*"
|
|
|
|
[packages]
|
|
dataclasses = "*"
|
|
base32-crockford = "*"
|
|
django = "*"
|
|
youtube-dl = "*"
|
|
python-crontab = "*"
|
|
croniter = "*"
|
|
|
|
[requires]
|
|
python_version = ">=3.6"
|