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

License and Dependency Tracking #71

Open
dragotin opened this issue Apr 1, 2022 · 1 comment
Open

License and Dependency Tracking #71

dragotin opened this issue Apr 1, 2022 · 1 comment

Comments

@dragotin
Copy link
Contributor

dragotin commented Apr 1, 2022

It would be great if the CI of the Wopiserver would include any mechanism to track all the modules that are used by the code (python dependencies) and which license they have.

For productising the code that is a requirement.

@glpatcern
Copy link
Member

Good point. At the same time the list of dependencies is rather static, and in first approximation one can just target the current list, which includes:

  • flask
  • pyOpenSSL
  • PyJWT
  • requests
  • more_itertools
  • prometheus-flask-exporter
  • waitress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants