We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1207ec commit beb6d41Copy full SHA for beb6d41
pyproject.toml
@@ -46,7 +46,6 @@ dependencies = [
46
"technical",
47
"tabulate",
48
"pycoingecko>=3.2.0",
49
- "py_find_1st",
50
"python-rapidjson",
51
"orjson",
52
"jinja2",
requirements.txt
@@ -27,9 +27,6 @@ joblib==1.5.1
27
rich==14.0.0
28
pyarrow==20.0.0; platform_machine != 'armv7l'
29
30
-# find first, C search in arrays
31
-py_find_1st==1.1.7
32
-
33
# Load ticker files 30% faster
34
python-rapidjson==1.20
35
# Properly format api responses
0 commit comments