Skip to content

Commit 9f4606c

Browse files
authored
Remove packages (#66)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated import paths across multiple test files for better project structure organization. - **Tests** - Adjusted test cases to reflect updated import paths ensuring continued test reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 32344bb commit 9f4606c

30 files changed

+36
-40
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
[tool.poetry]
22
name = "bss-web-file-server"
3-
version = "0.1.0"
43
description = "BSS file server API"
54
authors = ["Bence Csik <[email protected]>"]
65
readme = "README.md"
7-
packages = [{include = "bss_web_file_server", from = "src"}]
6+
package-mode = false
87

98
[tool.poetry.dependencies]
109
python = "^3.12"
1110
fastapi = {version="0.110.0", extras=["all"]}
1211
uvicorn = {version = "0.29.0", extras = ["standard"]}
1312
pillow = "10.2.0"
1413
pillow-avif-plugin = "1.4.3"
14+
# used for UploadFile
1515
python-multipart = "0.0.9"
1616

1717
[tool.poetry.group.dev.dependencies]
18+
black = "24.3.0"
1819
pre-commit = "3.6.2"
1920
pylint = "3.1.0"
20-
black = "24.3.0"
2121
isort = "5.13.2"
2222
types-Pillow = "10.2.0.20240311"
23+
mypy = "1.9.0"
2324

2425
[tool.poetry.group.test.dependencies]
2526
httpx = "^0.23.0"
2627
pytest = "^8.0.0"
2728
pytest-mock = "^3.10.0"
2829
pytest-cov = "^4.1.0"
29-
mypy = "1.9.0"
3030

3131
[tool.isort]
3232
profile = "black"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)