Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piiq committed Feb 3, 2023
1 parent a509137 commit d0efcbb
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 52 deletions.
61 changes: 60 additions & 1 deletion poetry.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ dicomsort = 'dicomsort:main'
[tool.poetry.dependencies]
python = "^3.7"
pydicom = "^2.3.1"
tqdm = "^4.64.1"

[tool.poetry.group.dev.dependencies]
poetry = "^1.3.2"
ruff = "^0.0.240"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.ruff.per-file-ignores]
"dicomsort.py" = ["E501"]
53 changes: 2 additions & 51 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,3 @@
attrs==22.2.0 ; python_version >= "3.7" and python_version < "4.0"
backports-cached-property==1.0.2 ; python_version >= "3.7" and python_version < "3.8"
cachecontrol[filecache]==0.12.11 ; python_version >= "3.7" and python_version < "4.0"
certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4"
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin" or python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
charset-normalizer==3.0.1 ; python_version >= "3.7" and python_version < "4"
cleo==2.0.1 ; python_version >= "3.7" and python_version < "4.0"
crashtest==0.4.1 ; python_version >= "3.7" and python_version < "4.0"
cryptography==39.0.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
distlib==0.3.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform != "win32" or python_version >= "3.7" and python_version < "4.0" and python_version != "3.9" or sys_platform == "win32" and python_version == "3.9"
dulwich==0.20.50 ; python_version >= "3.7" and python_version < "4.0"
filelock==3.9.0 ; python_version >= "3.7" and python_version < "4.0"
html5lib==1.1 ; python_version >= "3.7" and python_version < "4.0"
idna==3.4 ; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.13.0 ; python_version >= "3.7" and python_version < "3.12"
importlib-resources==5.10.2 ; python_version >= "3.7" and python_version < "3.9"
jaraco-classes==3.2.3 ; python_version >= "3.7" and python_version < "4.0"
jeepney==0.8.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
jsonschema==4.17.3 ; python_version >= "3.7" and python_version < "4.0"
keyring==23.13.1 ; python_version >= "3.7" and python_version < "4.0"
lockfile==0.12.2 ; python_version >= "3.7" and python_version < "4.0"
more-itertools==9.0.0 ; python_version >= "3.7" and python_version < "4.0"
msgpack==1.0.4 ; python_version >= "3.7" and python_version < "4.0"
packaging==23.0 ; python_version >= "3.7" and python_version < "4.0"
pexpect==4.8.0 ; python_version >= "3.7" and python_version < "4.0"
pkginfo==1.9.6 ; python_version >= "3.7" and python_version < "4.0"
pkgutil-resolve-name==1.3.10 ; python_version >= "3.7" and python_version < "3.9"
platformdirs==2.6.2 ; python_version >= "3.7" and python_version < "4.0"
poetry-core==1.4.0 ; python_version >= "3.7" and python_version < "4.0"
poetry-plugin-export==1.3.0 ; python_version >= "3.7" and python_version < "4.0"
poetry==1.3.2 ; python_version >= "3.7" and python_version < "4.0"
ptyprocess==0.7.0 ; python_version >= "3.7" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin" or python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
pydicom==2.3.1 ; python_version >= "3.7" and python_version < "4.0"
pyrsistent==0.19.3 ; python_version >= "3.7" and python_version < "4.0"
pywin32-ctypes==0.2.0 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
rapidfuzz==2.13.7 ; python_version >= "3.7" and python_version < "4.0"
requests-toolbelt==0.10.1 ; python_version >= "3.7" and python_version < "4.0"
requests==2.28.2 ; python_version >= "3.7" and python_version < "4"
secretstorage==3.3.3 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
shellingham==1.5.0.post1 ; python_version >= "3.7" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.7" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.7" and python_version < "3.11"
tomlkit==0.11.6 ; python_version >= "3.7" and python_version < "4.0"
trove-classifiers==2023.1.20 ; python_version >= "3.7" and python_version < "4.0"
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.8"
urllib3==1.26.14 ; python_version >= "3.7" and python_version < "4.0"
virtualenv==20.16.5 ; sys_platform == "win32" and python_version == "3.9"
virtualenv==20.17.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform != "win32" or python_version >= "3.7" and python_version < "4.0" and python_version != "3.9"
webencodings==0.5.1 ; python_version >= "3.7" and python_version < "4.0"
xattr==0.10.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "darwin"
zipp==3.12.0 ; python_version >= "3.7" and python_version < "3.12"
tqdm==4.64.1 ; python_version >= "3.7" and python_version < "4.0"

0 comments on commit d0efcbb

Please sign in to comment.