From 851db3e584b27b199ca26ff69d08f1b13d24532e Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Sat, 16 Jan 2021 17:11:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20pipefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/Pipfile b/Pipfile index c5f2e91..de2a7f6 100644 --- a/Pipfile +++ b/Pipfile @@ -4,30 +4,29 @@ verify_ssl = true name = "pypi" [packages] -werkzeug = "" -sqlalchemy = "" -click = "" -marshmallow = "" -flask-apispec = "" -unicode-slugify = "" -"psycopg2" = "" -gunicorn = "" -Flask-Caching = "" -Flask-SQLAlchemy = "" -Flask-Bcrypt = "" -Flask = "" -PyJWT = "" -Flask-JWT-Extended = "" -Flask-Migrate = "" -Flask-Cors = "" +werkzeug = "*" +sqlalchemy = "*" +click = "*" +marshmallow = "*" +flask-apispec = "*" +unicode-slugify = "*" +"psycopg2" = "*" +gunicorn = "*" +Flask-Caching = "*" +Flask-SQLAlchemy = "*" +Flask-Bcrypt = "*" +Flask = "*" +PyJWT = "*" +Flask-JWT-Extended = "*" +Flask-Migrate = "*" +Flask-Cors = "*" [dev-packages] # Testing -pytest = "" -WebTest = "" -factory-boy = "" +pytest = "*" +WebTest = "*" +factory-boy = "*" # For python 3 -Faker = "" - +Faker = "*" [requires] python_version = "3.9" \ No newline at end of file