The backend app of Project Amber, a task list app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
amber/Pipfile

16 lines
238 B

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
yapf = "*"
rope = "*"
mypy = "*"
[packages]
bcrypt = "==3.1.7"
flask-sqlalchemy = "==2.4.1"
flask-cors = "==3.0.8"
flask = "==1.1.1"