remove acme python package

This commit is contained in:
usmannasir
2024-08-05 17:09:23 +05:00
parent 37134ab9f2
commit 1d18d57f68
2 changed files with 8 additions and 9 deletions

View File

@@ -4,16 +4,16 @@ from . import views
urlpatterns = [ urlpatterns = [
path('', views.loadSSLHome, name='loadSSLHome'), path('', views.loadSSLHome, name='loadSSLHome'),
path('manageSSL/', views.manageSSL, name='manageSSL'), path('manageSSL', views.manageSSL, name='manageSSL'),
path('issueSSL/', views.issueSSL, name='issueSSL'), path('issueSSL', views.issueSSL, name='issueSSL'),
path('sslForHostName/', views.sslForHostName, name='sslForHostName'), path('sslForHostName', views.sslForHostName, name='sslForHostName'),
path('obtainHostNameSSL/', views.obtainHostNameSSL, name='obtainHostNameSSL'), path('obtainHostNameSSL', views.obtainHostNameSSL, name='obtainHostNameSSL'),
path('sslForMailServer/', views.sslForMailServer, name='sslForMailServer'), path('sslForMailServer', views.sslForMailServer, name='sslForMailServer'),
path('obtainMailServerSSL/', views.obtainMailServerSSL, name='obtainMailServerSSL'), path('obtainMailServerSSL', views.obtainMailServerSSL, name='obtainMailServerSSL'),
# v2 functions # v2 functions
path('v2ManageSSL/', views.v2ManageSSL, name='v2ManageSSL'), path('v2ManageSSL', views.v2ManageSSL, name='v2ManageSSL'),
path('v2IssueSSL/', views.v2IssueSSL, name='v2IssueSSL'), path('v2IssueSSL', views.v2IssueSSL, name='v2IssueSSL'),
] ]

View File

@@ -1,4 +1,3 @@
acme==2.11.0
bcrypt==4.2.0 bcrypt==4.2.0
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
boto3==1.34.153 boto3==1.34.153