Remove vim files from repository
This commit is contained in:
parent
1bac2e857f
commit
ec0bd12caa
|
@ -117,7 +117,8 @@ dmypy.json
|
|||
|
||||
#ide
|
||||
.idea
|
||||
|
||||
.swp
|
||||
.swo
|
||||
.vscode/
|
||||
*.log
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
setup.py
2
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'
|
||||
|
|
Loading…
Reference in New Issue