jg71 <[email protected]> writes: > * Vasudev Kamath <[email protected]> wrote: > >> ³ https://julien.danjou.info/blog/2017/packaging-python-with-pbr > > Quoting from that website: > > automatic dependency installation based on requirements.txt > > I stopped reading at that point. Is there at least a way to disable > that 'feature'?
Just don't create those file and manually inject the requirements to install_requires and test_requires in the setup.cfg (Though I've not manually tested that). I'm just curious to know why you did not like that feature. It gives a lot of flexibility, more here ¹ ¹ https://docs.openstack.org/pbr/latest/user/features.html#requirements _______________________________________________ tahoe-dev mailing list [email protected] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
