scolby33 / OCSPdash

A dashboard for the status of the top certificate authorities' OCSP responders.
MIT License
1 stars 0 forks source link

Move manager and models out of the web package #9

Closed scolby33 closed 7 years ago

scolby33 commented 7 years ago

I'd like to contain all the Flask-related stuff to the web package and have that install as an extra with setuptools. The CLI should be able to do everything except run the webui without importing the web package.