adb-enhanced icon indicating copy to clipboard operation
adb-enhanced copied to clipboard

[sweep] Migrate to Poetry

Open sweep-ai[bot] opened this issue 8 months ago • 1 comments

PR Feedback (click)

  • [ ] 👍 Sweep Did Well
  • [ ] 👎 Sweep Needs Improvement

Description

This PR migrates the project to use Poetry for Python dependency management. It replaces the existing setup files (setup.py and requirements.txt) with a pyproject.toml file and poetry.lock. The documentation and scripts have also been updated to use Poetry commands instead of pip.

Summary of Changes

  • Created pyproject.toml file to manage project dependencies and settings.
  • Removed setup.py and requirements.txt.
  • Updated references to old setup files and pip commands in documentation and scripts to use Poetry commands.

Please review and merge this PR. Thank you!

Fixes #219.


🎉 Latest improvements to Sweep:

  • Sweep can now passively improve your repository! Check out Rules to learn more.

💡 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code to only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

sweep-ai[bot] avatar Oct 10 '23 22:10 sweep-ai[bot]