AdaCore / langkit-query-language

query language for Libadalang and Langkit
Other
3 stars 6 forks source link

Add pygments to pip deps #43

Closed leogermond closed 3 years ago

leogermond commented 3 years ago

The dependency to pygments was missing on the instructions, which means that lkql_repl would not be able to start.

Also that means lkql_repl is a dev tool only, which may or may not make sense.

On a more general note: putting it as a install_requires of liblkqllang python module would be nice, and having a requirements.txt is probably a way to go. Tell me if that seem like good ideas, I can do that.

raph-amiard commented 3 years ago

On a more general note: putting it as a install_requires of liblkqllang python module would be nice, and having a requirements.txt is probably a way to go. Tell me if that seem like good ideas, I can do that.

I agree!