eli64s / readme-ai

README file generator, powered by large language model APIs 👾
MIT License
1.49k stars 160 forks source link

requirements.txt has to specify versions #76

Closed johmicrot closed 10 months ago

johmicrot commented 10 months ago

The application requirements.txt does not have version pinning. Please update this . I'm currently unable to get your application to run with a paid API key, and perhaps because of a lack of version pinning.

NsrWissam commented 10 months ago

pydantic needs to be pydantic<2 This solved some issues for me

eli64s commented 10 months ago

Closing, see #77.