apify / apify-client-python

Apify API client for Python
https://docs.apify.com/api/client/python/
Apache License 2.0
47 stars 12 forks source link

Migrate to Poetry for packaging and dependency management #156 #170

Closed vdusek closed 1 month ago

vdusek commented 10 months ago

I believe we can use just poetry instead of pip, virtualenv, setuptools and twine (although, it uses some of them under the hood).

https://python-poetry.org/