Add typing-extensions
to dependencies
#226
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
🐍 python 🐍
Pull requests that edit Python code
What's the issue?
fastexcel
usestyping_extensions
:fastexcel/python/fastexcel/__init__.py
Line 5 in 8169053
However,
typing_extensions
is not part of dependencies inpyproject.toml
This causes a
ModuleNotFoundError
whenfastexcel
is installed by itself.How to reproduce the bug?
python -m venv .venv/ source .venv/bin/activate
fastexcel
:pip install -e . python
fastexcel
Error message
The text was updated successfully, but these errors were encountered: