Removed the extension-module feature

This commit is contained in:
henceiusegentoo 2023-08-15 13:48:12 +02:00
parent 3a210d7b5b
commit 8c4bcf4b7f

View file

@ -9,7 +9,7 @@ name = "nova_python"
crate-type = ["cdylib"]
[dependencies]
pyo3 = {version = "0.19.2", features = ["extension-module", "generate-import-lib"]}
pyo3 = {version = "0.19.2", features = ["generate-import-lib"]}
reqwest = "0.11.18"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "time"] }
serde_json = "1.0.104"