Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 committed Dec 29, 2023
1 parent 8f75254 commit 4621e48
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 20 deletions.
19 changes: 18 additions & 1 deletion pdm.lock

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

39 changes: 20 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
[project]
authors = [
{name = "Harsh Dadhich", email = "[email protected]"},
{name = "Harsh Dadhich", email = "[email protected]"}
]
dependencies = [
"beautifulsoup4",
"cchardet",
"deta",
"flask",
"flask-compress",
"flask-cors",
"flask-limiter",
"gunicorn",
"httpx",
"humanize",
"lxml",
"orjson",
"python-dotenv",
"round-nutrition>=1.1.1",
"schedule",
"sentry-sdk[flask]",
"thefuzz[speedup]",
"beautifulsoup4",
"cchardet",
"cython",
"deta",
"flask",
"flask-compress",
"flask-cors",
"flask-limiter",
"gunicorn",
"httpx",
"humanize",
"lxml",
"orjson",
"python-dotenv",
"round-nutrition>=1.1.1",
"schedule",
"sentry-sdk[flask]",
"thefuzz[speedup]"
]
description = "Default template for PDM package"
license = {text = "MIT"}
name = "api"
readme = "README.md"
requires-python = "==3.10.*"
version = "0.1.0"
readme = "README.md"

[tool.pdm]
package-type = "application"

0 comments on commit 4621e48

Please sign in to comment.