Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project: improve scripts #255

Merged
merged 1 commit into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ include scripts/server
include scripts/setup
include scripts/update
include scripts/install-ui
include scripts/functions
include tests/ui/shibboleth_authenticator/data/valid_saml_response

prune docs/_build
Expand Down
6 changes: 6 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ safety = ">=1.8"
# Version 0.6 causes a segmentation fault when loading an image..
wand = ">=0.5.0,<0.6.0"
transifex-client = "*"
python-dotenv = "*"

[dev-packages]
Flask-Debugtoolbar = ">=0.10.1"
Expand All @@ -61,3 +62,8 @@ python_version = "3.6"
[scripts]
test = "python setup.py test"
build_sphinx = "python setup.py build_sphinx"
bootstrap = "./scripts/bootstrap"
console = "./scripts/console"
install-ui = "./scripts/install-ui"
server = "./scripts/server"
setup = "./scripts/setup"
Loading