From 94b0dd1dd999688eca2e4e81f842cdcb07145ba3 Mon Sep 17 00:00:00 2001 From: sk-zk Date: Mon, 15 Apr 2024 23:01:18 +0200 Subject: [PATCH] Add missing dependency (#16) --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4490fd3..49346c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ dependencies = [ "Pillow", "aiohttp", + "cython", "numpy", "protobuf > 4", "pycryptodome", diff --git a/requirements.txt b/requirements.txt index a6e7590..58a81bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ scipy~=1.9.1 aiohttp~=3.8.3 pycryptodome~=3.15.0 pyequilib~=0.5.7 +cython=3.0.10