Skip to content

Commit

Permalink
it's been weeks since daylights saving
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Nov 16, 2020
1 parent 12da670 commit 2647bf0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "cc0-application",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "pip3 install -r requirements.txt",
"start": "flask run"
},
"author": "cc0 <cc0@snoot.club>",
"license": "CC-0",
"description": "cc0 application on snoot.club"
}
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,9 +1,10 @@
alembic==1.4.3
SQLAlchemy==1.3.20
alembic==1.4.3
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
Werkzeug==1.0.1
WTForms==2.3.3

0 comments on commit 2647bf0

Please sign in to comment.