Skip to content

Commit

Permalink
add file_system_utils_static as flattened dependency (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Mar 18, 2024
1 parent 1cc2953 commit a47000c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ def eprint(msg):
# the bootstrap.
# Keep in sync with `slm.toml`
DEPENDENCIES = {
"curl_static": { "git": "StanzaOrg/slm_curl", "version": "0.0.1" },
"file_system_utils_static" = { "git": "StanzaOrg/slm_file_system_utils", "version": "0.0.1" },
"json_static": { "git": "StanzaOrg/slm_json", "version": "0.0.1" },
"maybe-utils": { "git": "StanzaOrg/maybe-utils", "version": "0.1.4" },
"semver": { "git": "StanzaOrg/semver", "version": "0.1.6" },
"stanza-toml": { "git": "StanzaOrg/stanza-toml", "version": "0.4.0" },
"term-colors": { "git": "StanzaOrg/term-colors", "version": "0.1.1" },
"curl_static": { "git": "StanzaOrg/slm_curl", "version": "0.0.1" },
"file_system_utils_static": { "git": "StanzaOrg/slm_file_system_utils", "version": "0.0.1" },
"json_static": { "git": "StanzaOrg/slm_json", "version": "0.0.1" },
"maybe-utils": { "git": "StanzaOrg/maybe-utils", "version": "0.1.4" },
"semver": { "git": "StanzaOrg/semver", "version": "0.1.6" },
"stanza-toml": { "git": "StanzaOrg/stanza-toml", "version": "0.4.0" },
"term-colors": { "git": "StanzaOrg/term-colors", "version": "0.1.1" },
"libcurl": { "pkg": "libcurl", "type": "conan", "version": "8.6.0",
"options": {
"fPIC": "True",
Expand Down

0 comments on commit a47000c

Please sign in to comment.