p5py / p5

p5 is a Python package based on the core ideas of Processing.
https://p5.readthedocs.io
GNU General Public License v3.0
721 stars 118 forks source link

Migrate to poetry #436

Open tushar5526 opened 1 year ago

tushar5526 commented 1 year ago

Is your feature request related to a problem? Please describe. Managing requirements.txt is difficult and poetry is the new standard for python projects now.

Describe the solution you'd like Deprecate requirements.txt

hvitis commented 9 months ago

Is requirements going to be supported simultaneously during deprecation process?

tushar5526 commented 9 months ago

Requirements should ideally be entirely removed after we migrate. Poetry can also be used to generate requirements.txt files if needed for CI-specific tasks.

AdityyaX commented 6 months ago

Hey @tushar5526 I'm eager to work on this issue. Could you please assign it to me?

martynvdijke commented 2 months ago

Saw this was stale, created https://github.com/p5py/p5/pull/470