Akuli / porcupine

A decent editor written in tkinter
MIT License
144 stars 46 forks source link

Get rid of requirements.txt #1435

Closed Akuli closed 4 months ago

Akuli commented 4 months ago

Now requirements-dev.txt contains all dependencies. Its purpose is so that you can get started with developing Porcupine easily.

Fixes #1381

Akuli commented 4 months ago

Remaining CI failures are unrelated.

Moosems commented 4 months ago

Why not turn requirements-dev.txt into requirements.txt?

Akuli commented 4 months ago

I like the -dev in the name, because the file is used only for developing Porcupine. For a user, the dependencies come from pyproject.toml.