Skip to content

Commit

Permalink
chore: Sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 10, 2023
1 parent d00ba6a commit 8ecbfb6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,27 @@ license = "Apache-2.0"
[tool.poetry.dependencies]
python = ">=3.7.1,<4"
backoff = ">=2.0.0"
pendulum = ">=2.1.0"
click = "~=8.0"
fs = ">=2.4.16"
PyJWT = "~=2.4"
requests = ">=2.25.1"
cryptography = ">=3.4.6,<42.0.0"
fs = ">=2.4.16"
importlib-metadata = {version = "<7.0.0", markers = "python_version < \"3.8\""}
importlib-resources = {version = ">=5.12.0", markers = "python_version < \"3.9\""}
memoization = ">=0.3.2,<0.5.0"
jsonpath-ng = ">=1.5.3"
joblib = ">=1.0.1"
jsonpath-ng = ">=1.5.3"
jsonschema = ">=4.16.0"
inflection = ">=0.5.1"
sqlalchemy = ">=1.4,<3.0"
python-dotenv = ">=0.20,<0.22"
typing-extensions = ">=4.2.0"
memoization = ">=0.3.2,<0.5.0"
requests = ">=2.25.1"
simpleeval = "^0.9.13"
simplejson = ">=3.17.6"
jsonschema = ">=4.16.0"
sqlalchemy = ">=1.4,<3.0"
packaging = ">=23.1"
pendulum = ">=2.1.0"
PyJWT = "~=2.4"
python-dotenv = ">=0.20,<0.22"
pytz = ">=2022.2.1,<2024.0.0"
PyYAML = ">=6.0"
typing-extensions = ">=4.2.0"
# urllib3 2.0 is not compatible with botocore
urllib3 = ">=1.26,<2"

Expand All @@ -79,7 +80,6 @@ fs-s3fs = {version = ">=1.1.1", optional = true}
# Testing dependencies installed as optional 'testing' extras
pytest = {version=">=7.2.1", optional = true}
pytest-durations = {version = ">=1.2.0", optional = true}
simpleeval = "^0.9.13"

[tool.poetry.extras]
docs = [
Expand Down

0 comments on commit 8ecbfb6

Please sign in to comment.