-
Notifications
You must be signed in to change notification settings - Fork 68
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
Adding other requirement files #68
Comments
Support for a config file just arrived, documentation is on its way. In the meantime, this should work: Create a file called
|
Thanks, but this does not seem to work for me though. Added a file just like this, but refreshing my repository at pyup.io does not add the new file. |
Just had a look at it. The file is in This should do the trick:
Another thing I've noticed is that you have committed the file into the
|
Obviously I'm stupid and too lazy to read, thank you very much! I just haven't pushed the newest updates to the master branch yet, so that should work then. On a related note: are you planning to provide badges on a per-branch basis (just as require.io does)? |
Can pyup find dependencies in tox.ini if I add it to the requirements section of the configuration file? requirements:
- requirements/base.txt
- tox.ini |
Support for tox.ini would be awesome. We define some dependencies using the deps setting. To be sure all tox envs use the same version of doc8 or flake8 we pin them. At the moment pyup does not update the dependencies and so we have to update them manually. |
@jayfk Can you please update us on the current status of tox.ini support? Thanks! |
@keimlink I have a local dev branch with read support for tox and conda files. Next step: adding write support! I'm currently looking for reasonably complicated tox.ini files. It'd great to add this with a good initial test coverage. |
Great news! This is one of our
Last time we fed it to pyup it thought |
Bots 🤦♂️ . I've created a WIP branch here in case you want to track it: #222 |
I've decided to split the requirements parsing part into it's own library, here: https://github.com/pyupio/dparse While it takes a little bit more time to get things right, the whole Python packaging community can use it without pulling in the whole bot as a dependency. I'll probably have something ready by the end of the week. |
Support for It's still a bit experimental, so don't rely on it for your pacemaker's Python dependencies. Support for Pipfile, Pipfile.lock, setup.py and eventually zc.bildout are planned. In order to use them, add the files to your
|
Have you thought about adding other non-django requirement files into the pyup check? Most specifically I'm talking about the requirements file provided by hitchtest, which is found in "/hitch/hitchreqs.txt".
Maybe an option to define other folders/files within the project would do the job!
The text was updated successfully, but these errors were encountered: