Nudin / LexData

Python bot framework for Lexemes on Wikidata
https://nudin.github.io/LexData/
MIT License
18 stars 5 forks source link

Dependency on Requests not declared #5

Closed lucaswerkmeister closed 4 years ago

lucaswerkmeister commented 4 years ago

__init__.py imports requests, but setup.py doesn’t declare a dependency on that package.

Nudin commented 4 years ago

Thanks for the note. Fixed in #c0998