parent
c0549f8548
commit
8d8cff2695
|
|
@ -1,6 +1,6 @@
|
|||
import launch
|
||||
|
||||
if not launch.is_installed("certipie"):
|
||||
launch.run_pip("install certipie", "requirements for auto-tls")
|
||||
launch.run_pip("install certipie==0.2.0", "requirements for auto-tls")
|
||||
if not launch.is_installed("certifi"):
|
||||
launch.run_pip("install certifi", "requirements for auto-tls")
|
||||
|
|
|
|||
Loading…
Reference in New Issue