mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-02 19:02:37 +02:00
add pipenv, schedule cmd, logs dir, and lots more
This commit is contained in:
22
Pipfile
Normal file
22
Pipfile
Normal file
@@ -0,0 +1,22 @@
|
||||
[[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"
|
Reference in New Issue
Block a user