Skip to content

Commit

Permalink
clean up pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
erichesse committed Feb 1, 2024
1 parent 7b28546 commit caa368f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 1 addition & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages = [{ include = "mex" }]
python = "^3.11"
backoff = "^2.2.1"
click = "^8.1.7"
jsonref = "^1.1.0"
langdetect = "^1.0.9"
ldap3 = "^2.9.1"
numpy = "^1.26.2"
Expand All @@ -35,7 +34,6 @@ ruff = "^0.1.13"
sphinx = "^7.2.6"
types-ldap3 = "^2.9.13"
types-pytz = "^2023.3.1"
types-pyyaml = "^6.0.12"
types-requests = "^2.31.0"
types-setuptools = "^69.0.0"

Expand All @@ -53,7 +51,7 @@ strict = true
plugins = ["pydantic.mypy"]

[[tool.mypy.overrides]]
module = ['langdetect.*', 'jsonref']
module = ['langdetect.*']
ignore_missing_imports = true

[tool.pydantic-mypy]
Expand Down

0 comments on commit caa368f

Please sign in to comment.