1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-31 02:00:05 +02:00

add missing dependencies to setup and pipfile

This commit is contained in:
Nick Sweeting
2019-04-22 19:06:12 -04:00
parent 2f0dbeebc1
commit bb10171f99
3 changed files with 112 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ django = "*"
youtube-dl = "*"
python-crontab = "*"
croniter = "*"
ipython = "*"
[requires]
python_version = ">=3.6"
python_version = "3.7"