1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00
ArchiveBox/Pipfile

30 lines
443 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
ipdb = "*"
flake8 = "*"
mypy = "*"
django-stubs = "*"
setuptools = "*"
2019-04-28 09:27:25 +12:00
sphinx = "*"
recommonmark = "*"
2019-04-28 09:43:14 +12:00
sphinx-rtd-theme = "*"
2019-05-03 07:32:18 +12:00
twine = "*"
[packages]
dataclasses = "*"
base32-crockford = "*"
django = "*"
django-extensions = "*"
youtube-dl = "*"
python-crontab = "*"
croniter = "*"
ipython = "*"
mypy-extensions = "*"
[requires]
python_version = "3.7"