mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
add missing django-extensions dependency
This commit is contained in:
parent
735db84022
commit
ce2d18644b
2 changed files with 13 additions and 4 deletions
1
Pipfile
1
Pipfile
|
@ -14,6 +14,7 @@ setuptools = "*"
|
|||
dataclasses = "*"
|
||||
base32-crockford = "*"
|
||||
django = "*"
|
||||
django-extensions = "*"
|
||||
youtube-dl = "*"
|
||||
python-crontab = "*"
|
||||
croniter = "*"
|
||||
|
|
16
Pipfile.lock
generated
16
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "a28212eba2c7ffc28d5af0cac4a754440b72b5b088ef7825c255cdfa33e5a047"
|
||||
"sha256": "b0dd2536174ddcdc8fe711dd92b577f270c5a34cdb3bcb06cc70842358c80fe2"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -70,6 +70,14 @@
|
|||
"index": "pypi",
|
||||
"version": "==2.2"
|
||||
},
|
||||
"django-extensions": {
|
||||
"hashes": [
|
||||
"sha256:109004f80b6f45ad1f56addaa59debca91d94aa0dc1cb19678b9364b4fe9b6f4",
|
||||
"sha256:307766e5e6c1caffe76c5d99239d8115d14ae3f7cab2cd991fcffd763dad904b"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==2.1.6"
|
||||
},
|
||||
"ipython": {
|
||||
"hashes": [
|
||||
"sha256:b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b",
|
||||
|
@ -187,11 +195,11 @@
|
|||
},
|
||||
"youtube-dl": {
|
||||
"hashes": [
|
||||
"sha256:0d25459093870bf560bccafe9015e59402d7de1b2c956593623ba4c2840153e5",
|
||||
"sha256:ea0824ae9a166059ec754c267480198a074bd899c20b2ba497809bac099cde2e"
|
||||
"sha256:46f6e30c673ba71de84748dad4c264d1b6fb30beebf1ef834846a651b4524a78",
|
||||
"sha256:b20d110e1bed8d16f5771bb938ab6e5da67f08af62b599af65301cca290f2e15"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==2019.4.17"
|
||||
"version": "==2019.4.24"
|
||||
}
|
||||
},
|
||||
"develop": {
|
||||
|
|
Loading…
Reference in a new issue