aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2019-10-28 08:44:05 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2019-10-28 08:44:05 +0100
commite99b410f7e97d2cd4416f63674db079034cda1e2 (patch)
tree1a2a6b83a1cd3d07c79bb43049b92a4710f27a1a /Pipfile
parentUpdated old links. (diff)
downloadnewspipe-e99b410f7e97d2cd4416f63674db079034cda1e2.tar.gz
newspipe-e99b410f7e97d2cd4416f63674db079034cda1e2.tar.bz2
newspipe-e99b410f7e97d2cd4416f63674db079034cda1e2.zip
Updated Python dependencies.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 8d4b31c4..588235ee 100644
--- a/Pipfile
+++ b/Pipfile
@@ -3,9 +3,6 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
-[requires]
-python_version = "3.7"
-
[packages]
aiohttp = "*"
requests = "*"
bgstack15