mideind / Tokenizer

A tokenizer for Icelandic text
Other
27 stars 6 forks source link

Use env markers in setup.py dependency declaration #19

Closed jokull closed 4 years ago

jokull commented 4 years ago

This is the correct way to declare special dependencies for Python versions. Without this typing is installed when using Poetry.

For package maintainers, it is preferred to use typing;python_version<"3.5" if your package requires it to support earlier Python versions.

vthorsteinsson commented 4 years ago

Many thanks @jokull . As an aside, we are probably going to be dropping Python 2.7 and Python 3.5 support pretty soon.