specify version

fix import error by specifying certipie version
pull/19/head
baselqt 2023-12-16 01:01:10 +03:00 committed by GitHub
parent c0549f8548
commit 8d8cff2695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")