API for checking REUSE compliance of a git project
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.
|
- # SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
- #
- # SPDX-License-Identifier: GPL-3.0-or-later
-
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
-
- [packages]
- flask = "*"
- flask-sqlalchemy = "*"
- flask-wtf = "*"
- gunicorn = "*"
- requests = "*"
-
- [dev-packages]
- black = "==19.3b0" # no final release available yet
- isort = "*"
- pylama = "*"
- pytest = "*"
- pytest-cov = "*"
- pytest-flask = "*"
- pytest-mock = "*"
-
- [requires]
- python_version = "3.6"
|