Replies: 2 comments 5 replies
-
Not an answer: Seems related #2868 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I faced the same challenge and found this (not that intuitive) solution which seems to work:
I Adapted your example above without testing. But it worked with my similar case. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how do I express:
In poetry?
Another Example in the wild https://github.com/dask/s3fs/pull/362/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R26
For full context, I'm trying to port celery from setuptools to poetry https://github.com/celery/celery/pull/6874/files
https://github.com/celery/celery/blob/master/requirements/extras/sqs.txt#L1 that's the current implementation but I'm not sure how to port to poetry
Beta Was this translation helpful? Give feedback.
All reactions