Use the packaged version of notion_utils.

This commit is contained in:
Jonathan Bernard 2021-11-16 06:38:38 -06:00
parent 2112d1c970
commit 845273eaf7
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,8 @@ requires @["docopt", "jester"]
requires "https://git.jdb-software.com/jdb/nim-cli-utils.git >= 0.6.3" requires "https://git.jdb-software.com/jdb/nim-cli-utils.git >= 0.6.3"
requires "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.0" requires "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.0"
requires "https://git.jdb-software.com/jdb/update-nim-package-version" requires "https://git.jdb-software.com/jdb/update-nim-package-version.git"
requires "https://git.jdb-software.com/hope-family-fellowship/notion_utils.git"
task updateVersion, "Update the version of this package.": task updateVersion, "Update the version of this package.":
exec "update_nim_package_version hff_entry_forms_api 'src/hff_entry_forms_apipkg/version.nim'" exec "update_nim_package_version hff_entry_forms_api 'src/hff_entry_forms_apipkg/version.nim'"

View File

@ -1,7 +1,6 @@
import std/json, std/times import std/json, std/times
import timeutils import notion_utils, timeutils
import ../../../../notion_utils/src/notion_utils
type type
EventProposal* = object EventProposal* = object

View File

@ -1,6 +1,6 @@
import json, logging, std/httpclient, sequtils, strutils import std/json, std/logging, std/httpclient, std/sequtils, std/strutils
import notion_utils
import ../../../../notion_utils/src/notion_utils
import ./models, ./service import ./models, ./service
proc getEventProposalConfig*(cfg: HffEntryFormsApiConfig): EventProposalConfig = proc getEventProposalConfig*(cfg: HffEntryFormsApiConfig): EventProposalConfig =