- [🚀] I have searched the issues of this repo and believe that this is not a duplicate.
Issue
What is the difference between pendulum = "2.1.2" and pendulum = "==2.1.2".
In fact, the 'Dependency specification' page doesn't mention bare dependencies at all, which are the type that Poetry adds.
ie: 👉 poetry add pendulum==2.1.2 -> pendulum = "2.1.2".