WIP: Added reporting
This commit is contained in:
parent
d9951b69ca
commit
72fba9facd
6 changed files with 390 additions and 27 deletions
5
Pipfile
5
Pipfile
|
@ -6,6 +6,8 @@ verify_ssl = true
|
|||
[dev-packages]
|
||||
flake8 = "*"
|
||||
autopep8 = "*"
|
||||
pylint = "*"
|
||||
black = "*"
|
||||
|
||||
[packages]
|
||||
sqlalchemy = "*"
|
||||
|
@ -21,3 +23,6 @@ schwifty = "*"
|
|||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue