Use the packaged version of notion_utils.
This commit is contained in:
parent
2112d1c970
commit
845273eaf7
@ -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-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.":
|
||||
exec "update_nim_package_version hff_entry_forms_api 'src/hff_entry_forms_apipkg/version.nim'"
|
||||
|
@ -1,7 +1,6 @@
|
||||
import std/json, std/times
|
||||
import timeutils
|
||||
import notion_utils, timeutils
|
||||
|
||||
import ../../../../notion_utils/src/notion_utils
|
||||
|
||||
type
|
||||
EventProposal* = object
|
||||
|
@ -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
|
||||
|
||||
proc getEventProposalConfig*(cfg: HffEntryFormsApiConfig): EventProposalConfig =
|
||||
|
Loading…
Reference in New Issue
Block a user