You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pyup tells me in the dashboard that it can't find my requirements.txt file.
Context
I run an open source project called django-cookiecutter-rest. It's a project template for Django apps. Because of that, it uses bracketed template variables in the project's folder names. Pyupbot is unable to find my requirements.txt file at: {{cookiecutter.github_repository_name}}/requirements.txt.
@agconti a deployment was made to https://pyup.io/ using latest pyupio/pyup version. Such latest version includes a fix handling filenames with stuff like {. Before moving forward looking further deep into the code, I would like to make sure that was not all you needed to fix your issue here.
Can you share a feedback about this issue again with this latest updates?
Problem
Pyup tells me in the dashboard that it can't find my
requirements.txt
file.Context
I run an open source project called django-cookiecutter-rest. It's a project template for Django apps. Because of that, it uses bracketed template variables in the project's folder names. Pyupbot is unable to find my requirements.txt file at:
{{cookiecutter.github_repository_name}}/requirements.txt
.Here's my .pyup.yml config:
I've tried a few ways to specify the file but none have worked yet:
Thanks for your help!
The text was updated successfully, but these errors were encountered: