diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 72a93e0..2ce40bc 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -42,7 +42,7 @@ psycopg2 = "*" bs4 = "*" python-magic = "*" ftfy = "*" -internetarchive = "*" +internetarchive = ">=2.2.0" Flask = ">=1" urlcanon = "*" Pillow = ">=3" |