mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
24 lines
354 B
TOML
24 lines
354 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 = "*"
|
|
django-extensions = "*"
|
|
youtube-dl = "*"
|
|
python-crontab = "*"
|
|
croniter = "*"
|
|
ipython = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|