diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 11:27:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-02-26 11:27:31 +0100 |
commit | 62b3afeeedfe054345f86093e2d243e956c1e3c9 (patch) | |
tree | bbd58f5c8c07f5d87b1c1cca73fa1d5af6178f48 /Pipfile | |
parent | Updated Python dependencies. (diff) | |
download | newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.gz newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.tar.bz2 newspipe-62b3afeeedfe054345f86093e2d243e956c1e3c9.zip |
The project is now using Poetry.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 588235ee..00000000 --- a/Pipfile +++ /dev/null @@ -1,34 +0,0 @@ -[[source]] -url = "https://pypi.python.org/simple" -verify_ssl = true -name = "pypi" - -[packages] -aiohttp = "*" -requests = "*" -chardet = "*" -requests-futures = "*" -feedparser = "*" -"beautifulsoup4" = "*" -lxml = "*" -opml = "*" -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 = "*" -psycopg2-binary = "*" - -[dev-packages] |