Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Generate requirements[-dev].lock to a Specific Path? #1339

Open
UnoYakshi opened this issue Aug 16, 2024 · 1 comment
Open

How to Generate requirements[-dev].lock to a Specific Path? #1339

UnoYakshi opened this issue Aug 16, 2024 · 1 comment

Comments

@UnoYakshi
Copy link

I'd like to come from this:

.
├── pyproject.toml
├── README.md
├── requirements-dev.lock
├── requirements.lock
└── src
    └── *

to this

.
├── pyproject.toml
├── README.md
└── requirements
    ├── requirements-dev.lock
    └── requirements.lock
├── scripts
│   └── entrypoint.sh
└── src
    └── *

Is there any parameter I can fill in to Rye be able to generate lock-files to a specific path?

@UnoYakshi
Copy link
Author

Also, I wonder if it's possible to generate separate lock-files for per-feature?..

Upd: https://github.com/astral-sh/rye/blob/main/rye/src/sync.rs#L94-L95 — doesn't seems so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant