You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
769 B

4 years ago
  1. Metadata-Version: 2.1
  2. Name: voila
  3. Version: 0.1.21
  4. Summary: Serving read-only live Jupyter notebooks
  5. Home-page: https://github.com/voila-dashboards/voila
  6. Author: Voila Development team
  7. Author-email: jupyter@googlegroups.com
  8. License: UNKNOWN
  9. Keywords: ipython,jupyter,widgets
  10. Platform: UNKNOWN
  11. Requires-Python: >=3.5
  12. Requires-Dist: async-generator
  13. Requires-Dist: jupyter-server (<0.2.0,>=0.1.0)
  14. Requires-Dist: nbconvert (<6,>=5.5.0)
  15. Requires-Dist: jupyterlab-pygments (<0.2,>=0.1.0)
  16. Requires-Dist: pygments (<3,>=2.4.1)
  17. Provides-Extra: test
  18. Requires-Dist: mock ; extra == 'test'
  19. Requires-Dist: pytest (<4) ; extra == 'test'
  20. Requires-Dist: pytest-tornado ; extra == 'test'
  21. Requires-Dist: matplotlib ; extra == 'test'
  22. Requires-Dist: ipywidgets ; extra == 'test'
  23. UNKNOWN