API - update python dependencies (wip)

This commit is contained in:
Sam
2020-12-25 19:14:37 +01:00
parent 834fa57c57
commit 26d9402425
25 changed files with 420 additions and 409 deletions

View File

@ -20,7 +20,7 @@ sys.path.insert(0, os.path.abspath('../../fittrackee'))
def setup(app):
app.add_stylesheet("custom.css")
app.add_css_file("custom.css")
# -- Project information -----------------------------------------------------