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 11, 2023
1 parent c8ac246 commit 672e38d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ 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\""}
inflection = ">=0.5.1"
joblib = ">=1.0.1"
jsonpath-ng = ">=1.5.3"
jsonschema = ">=4.16.0"
inflection = ">=0.5.1"
memoization = ">=0.3.2,<0.5.0"
requests = ">=2.25.1"
simpleeval = "^0.9.13"
simplejson = ">=3.17.6"
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"
requests = ">=2.25.1"
simpleeval = "^0.9.13"
simplejson = ">=3.17.6"
sqlalchemy = ">=1.4,<3.0"
typing-extensions = ">=4.2.0"
# urllib3 2.0 is not compatible with botocore
urllib3 = ">=1.26,<2"
Expand Down

0 comments on commit 672e38d

Please sign in to comment.