Skip to content

Commit

Permalink
Make SSL Error disappear on all Host OS
Browse files Browse the repository at this point in the history
  • Loading branch information
theAkito committed Aug 22, 2023
1 parent 38ec24b commit a9a67a5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions zoominvitr.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ backend = "c"
# Dependencies

requires "nim >= 1.6.14"
requires "smtp#8013aa199dedd04905d46acf3484a232378de518" ## https://github.com/nim-lang/smtp/issues/9
requires "schedules >= 0.2.0"
requires "puppy >= 1.0.3"
requires "ready >= 0.1.4" # https://github.com/guzba/ready
Expand All @@ -23,12 +24,6 @@ requires "timezones >= 0.5.4"
requires "zero_functional >= 1.3.0"
requires "yaml#189844a72b90ba7ade864f997280809efcb21d0a"

import distros
if Alpine.detectOs:
requires "smtp"
else:
requires "smtp#8013aa199dedd04905d46acf3484a232378de518" ## https://github.com/nim-lang/smtp/issues/9


# Tasks
import os, strformat, strutils
Expand Down

0 comments on commit a9a67a5

Please sign in to comment.