chrissimpkins / naked

A Python command line application framework
121 stars 19 forks source link

This project has a cyclic dependency to its self in `setup.py` #19

Closed ankostis closed 1 year ago

ankostis commented 6 years ago

For v0.1.31 i get this fro `pipdeptree:

------------------------------------------------------------------------
Warning!! Cyclic dependencies found:
* Naked => Naked => Naked
------------------------------------------------------------------------

And indeed, this project exists in its "install_requires` list. Is that on purpose?

chrissimpkins commented 6 years ago

This project is very experimental and hasn't been developed in some time. Thanks for picking this up. This is not intentional. Happy to take a PR to fix it if you'd like to contribute to it, or I can make the change.

Thanks!

ankostis commented 6 years ago

Did a PR. Thanks for being open to this, great ethos :+1:

chrissimpkins commented 6 years ago

That's how open source projects improve! Thanks for the efforts. Much appreciated. Will merge it this weekend.

chrissimpkins commented 6 years ago

btw, if you are using this library and are interested in developing it further, please do feel free to submit other PR. open to new ideas and expansion / revision of source.

shangxiao commented 4 years ago

Can this please be released? It causes assertion errors when installed with Poetry.

Satforst commented 4 years ago

I am out of the office until 07.02.2020.

Note: This is an automated response to your message "Re: [chrissimpkins/naked] This project has a cyclic dependency to its self in setup.py (#19)" sent on 06.02.2020 02:47:43.

This is the only notification you will receive while this person is away.

rrauenza commented 2 years ago

Can we get the latest PR pushed as a release?

LISTERINE commented 2 years ago

@chrissimpkins A new release with this PR would help a lot of people out.

djkelleher commented 1 year ago

This prevents popular packages (like Cypto) from installing with Poetry. We should probably do that release and not break every package that has this as a dependency.

chrissimpkins commented 1 year ago

Done https://pypi.org/project/Naked/

Apologies for the time that it took to address this.

chrissimpkins commented 1 year ago

Thanks for the changes to address this Kostis.