diff --git a/.gitignore b/.gitignore index ed93d09..293d4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -117,7 +117,8 @@ dmypy.json #ide .idea - +.swp +.swo .vscode/ *.log diff --git a/flaschengeist/.app.py.swo b/flaschengeist/.app.py.swo deleted file mode 100644 index 37fe53c..0000000 Binary files a/flaschengeist/.app.py.swo and /dev/null differ diff --git a/flaschengeist/.app.py.swp b/flaschengeist/.app.py.swp deleted file mode 100644 index cfc7fad..0000000 Binary files a/flaschengeist/.app.py.swp and /dev/null differ diff --git a/flaschengeist/modules/baruser/.routes.py.swp b/flaschengeist/modules/baruser/.routes.py.swp deleted file mode 100644 index c213588..0000000 Binary files a/flaschengeist/modules/baruser/.routes.py.swp and /dev/null differ diff --git a/flaschengeist/system/controller/.ldapController.py.swp b/flaschengeist/system/controller/.ldapController.py.swp deleted file mode 100644 index 673b1b5..0000000 Binary files a/flaschengeist/system/controller/.ldapController.py.swp and /dev/null differ diff --git a/setup.py b/setup.py index 1575c38..09cdb58 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( packages=find_packages(), package_data={'': ['*.yml']}, scripts=['run_flaschengeist'], - install_requires=['Flask >= 1.0.2', 'PyYAML>=5.3.1', "flask_mysqldb", "flask_ldapconn", "flask_cors"], + install_requires=['Flask >= 1.1', 'PyYAML>=5.3.1', "flask_mysqldb", "flask_ldapconn", "flask_cors"], entry_points = { 'flaschengeist.plugins': [ 'users = flaschengeist.modules.user:register'