Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Nov 17, 2020
1 parent e5548bf commit 504cf20
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down
28 changes: 22 additions & 6 deletions 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

0 comments on commit 504cf20

Please sign in to comment.