Skip to content

Commit 6eaa728

Browse files
committed
move to uv
1 parent cec4cd4 commit 6eaa728

4 files changed

Lines changed: 273 additions & 1 deletion

File tree

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Same/pepsifire
3+
Copyright (c) 2022-2026 Same
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[project]
2+
name = "fileuploader-fastapi"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"fastapi>=0.135.1",
9+
"python-magic>=0.4.27",
10+
"python-multipart>=0.0.22",
11+
"uvicorn>=0.41.0",
12+
]

0 commit comments

Comments
 (0)