my eye

Alphabetize dependencies

Committed 07428e

--- a/pyproject.toml
+++ b/pyproject.toml

 [tool.poetry.dependencies]
 python = ">=3.9,<3.11"
 black = "^23.7.0"
+ipython = "^8.14.0"
 isort = "^5.11.4"
+mock = "^5.0.1"
 pendulum = "^2.1.2"
+pip = "^23.2.1"
 pydeps = "^1.11.0"
 pyright = "^1.1.322"
-mock = "^5.0.1"
+pytest = "^7.4.0"
 pytest-cov = "^4.0.0"
-pytest-pep8 = "^1.0.6"
 pytest-gevent = "^1.1.0"
-pytest = "^7.4.0"
+pytest-pep8 = "^1.0.6"
 radon = "^5.1.0"
 responses = "^0.22.0"
 toml = "^0.10.2"
 txtint = ">=0.1"
-ipython = "^8.14.0"
-pip = "^23.2.1"
 
 [tool.poetry.group.dev.dependencies]
 txtint = {path="../txtint", develop=true}