From 504cf206ac716330a1918d97509c73ee0568b1c2 Mon Sep 17 00:00:00 2001 From: chee Date: Tue, 17 Nov 2020 15:54:50 +0000 Subject: [PATCH] try that --- package-lock.json | 5 +++++ package.json | 2 +- requirements.txt | 28 ++++++++++++++++++++++------ 3 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..ec3c761 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "cc0-application", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index ac4fe1e..c1f27fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "build": "pip3 install -r requirements.txt", + "build": "source ./venv/bin/activate; pip3 install -r requirements.txt", "start": "source ./venv/bin/activate; uwsgi --ini cc0.ini", "dev": "flask run" }, diff --git a/requirements.txt b/requirements.txt index 78e724e..8df066b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,26 @@ -SQLAlchemy==1.3.20 alembic==1.4.3 +boto3==1.16.19 +botocore==1.19.19 +click==7.1.2 Flask==1.1.2 -flask_login==0.5.0 -flask_migrate==2.5.3 -flask_sqlalchemy==2.4.4 -flask_wtf==0.14.3 -unicode_slugify==0.1.3 +Flask-Login==0.5.0 +Flask-Migrate==2.5.3 +Flask-SQLAlchemy==2.4.4 +Flask-WTF==0.14.3 +itsdangerous==1.1.0 +Jinja2==2.11.2 +jmespath==0.10.0 +Mako==1.1.3 +MarkupSafe==1.1.1 +python-dateutil==2.8.1 +python-dotenv==0.15.0 +python-editor==1.0.4 +s3transfer==0.3.3 +six==1.15.0 +SQLAlchemy==1.3.20 +unicode-slugify==0.1.3 +Unidecode==1.1.1 +urllib3==1.26.2 +uWSGI==2.0.19.1 Werkzeug==1.0.1 WTForms==2.3.3