add newlines
This commit is contained in:
parent
c08d3dd82f
commit
087490e26a
|
@ -33,5 +33,3 @@ lemur/tests/tmp
|
||||||
/lemur/plugins/lemur_email/tests/expiration-rendered.html
|
/lemur/plugins/lemur_email/tests/expiration-rendered.html
|
||||||
/lemur/plugins/lemur_email/tests/rotation-rendered.html
|
/lemur/plugins/lemur_email/tests/rotation-rendered.html
|
||||||
|
|
||||||
# Metatron decrypted secrets
|
|
||||||
**/metatron/decrypted
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
flake8>=3.2,<4.0
|
flake8>=3.2,<4.0
|
||||||
pre-commit
|
pre-commit
|
||||||
invoke
|
invoke
|
||||||
twine
|
twine
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
sphinx
|
sphinx
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
|
|
|
@ -7,4 +7,4 @@ fake-factory==0.7.2
|
||||||
pytest-flask==0.10.0
|
pytest-flask==0.10.0
|
||||||
freezegun==0.3.9
|
freezegun==0.3.9
|
||||||
requests-mock==1.4.0
|
requests-mock==1.4.0
|
||||||
pytest-mock
|
pytest-mock
|
||||||
|
|
|
@ -32,4 +32,4 @@ raven[flask]==6.2.1
|
||||||
jinja2==2.10
|
jinja2==2.10
|
||||||
paramiko==2.4.0 # required for lemur_linuxdst plugin
|
paramiko==2.4.0 # required for lemur_linuxdst plugin
|
||||||
pyldap==2.4.45 # required by ldap auth provider
|
pyldap==2.4.45 # required by ldap auth provider
|
||||||
alembic-autogenerate-enums==0.0.2
|
alembic-autogenerate-enums==0.0.2
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -100,6 +100,7 @@ class BuildStatic(Command):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.warn("Unable to build static content")
|
log.warn("Unable to build static content")
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=about["__title__"],
|
name=about["__title__"],
|
||||||
version=about["__version__"],
|
version=about["__version__"],
|
||||||
|
|
Loading…
Reference in New Issue