Drop sshpubkeys dependency

This commit is contained in:
Drew DeVault 2022-10-19 11:27:27 +02:00
parent ea371b03ce
commit 7a9fa6c643
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import sqlalchemy as sa
import sqlalchemy_utils as sau
import sshpubkeys as ssh
from srht.database import Base, db
from srht.oauth import current_token

View File

@ -40,7 +40,6 @@ setup(
'qrcode',
'redis',
'srht',
'sshpubkeys',
'stripe',
'prometheus_client',
'weasyprint',