Skip to content

Commit 07cd084

Browse files
committed
fix build deps
1 parent 1dd8a2c commit 07cd084

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

floki/__init__.mojo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
"""Floki: A HTTP client library for Mojo."""
12
from floki.session import Session
23
from floki.http import StatusCode, Protocol, RequestMethod

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ curl_wrapper = { git = "https://github.com/thatstoasty/mojo-curl.git", subdirect
4848

4949
[package.build-dependencies]
5050
mojo-compiler = ">=0.25.7.0,<0.26.1.0"
51+
emberjson = "=0.2.1"
52+
mojo-curl = ">=25.7.0,<26.1.0"
53+
curl_wrapper = { git = "https://github.com/thatstoasty/mojo-curl.git", subdirectory = "shim", branch = "main" }
5154

5255
[package.host-dependencies]
5356
mojo-compiler = ">=0.25.7.0,<0.26.1.0"

0 commit comments

Comments
 (0)