Skip to content

Commit

Permalink
Add missing dependency (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Apr 15, 2024
1 parent 7f010cf commit 5f71145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
dependencies = [
"Pillow",
"aiohttp",
"cython",
"numpy",
"protobuf > 4",
"pycryptodome",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ scipy~=1.9.1
aiohttp~=3.8.3
pycryptodome~=3.15.0
pyequilib~=0.5.7
cython~=3.0.10

0 comments on commit 5f71145

Please sign in to comment.