aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-05-10 23:45:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-05-10 23:45:00 +0200
commit1bddf74d715c7b6000a7e1f94d57a763cc6f5e50 (patch)
tree2018f35c4c1ebe9df60554e9b48c6298013ea306 /Pipfile
parentUpdated packages. (diff)
parentUpdated dependencies. (diff)
downloadnewspipe-1bddf74d715c7b6000a7e1f94d57a763cc6f5e50.tar.gz
newspipe-1bddf74d715c7b6000a7e1f94d57a763cc6f5e50.tar.bz2
newspipe-1bddf74d715c7b6000a7e1f94d57a763cc6f5e50.zip
Updated dependencies
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile52
1 files changed, 26 insertions, 26 deletions
diff --git a/Pipfile b/Pipfile
index 88a95815..0e0b6436 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,32 +9,32 @@ python_version = "3.6.4"
[packages]
-aiohttp = "==3.0.2"
-requests = "==2.18.4"
-chardet = "==3.0.4"
-requests-futures = "==0.9.7"
-feedparser = "==5.2.1"
-"beautifulsoup4" = "==4.6.0"
-lxml = "==4.1.1"
-opml = "==0.5"
-"psycopg2" = "==2.7.4"
-SQLAlchemy = "==1.2.4"
-alembic = "==0.9.8"
-Flask = "==0.12.2"
-Flask-SQLAlchemy = "==2.3.2"
-Flask-Login = "==0.4.1"
-Flask-Principal = "==0.4.0"
-Flask-WTF = "==0.14.2"
-Flask-RESTful = "==0.3.6"
-Flask-Restless = "==0.17.0"
-Flask-paginate = "==0.5.1"
-Flask-Babel = "==0.11.2"
-Flask-SSLify = "==0.1.5"
-Flask-Migrate = "==2.1.1"
-Flask-Script = "==2.0.6"
-WTForms = "==2.1"
-sendgrid = "==5.3.0"
-python-dateutil = "==2.6.1"
+aiohttp = "*"
+requests = "*"
+chardet = "*"
+requests-futures = "*"
+feedparser = "*"
+"beautifulsoup4" = "*"
+lxml = "*"
+opml = "*"
+"psycopg2" = "*"
+SQLAlchemy = "*"
+alembic = "*"
+Flask = "*"
+Flask-SQLAlchemy = "*"
+Flask-Login = "*"
+Flask-Principal = "*"
+Flask-WTF = "*"
+Flask-RESTful = "*"
+Flask-Restless = "*"
+Flask-paginate = "*"
+Flask-Babel = "*"
+Flask-SSLify = "*"
+Flask-Migrate = "*"
+Flask-Script = "*"
+WTForms = "*"
+sendgrid = "*"
+python-dateutil = "*"
[dev-packages]
bgstack15