Skip to content

Commit

Permalink
🤖 Update dependencies (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: afred <afred@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and afred authored May 19, 2023
1 parent dce0e02 commit 9d872d4
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 48 deletions.
56 changes: 28 additions & 28 deletions pdm.lock

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

51 changes: 31 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ dynamic = ['version']
description = 'A CLAMS processing application'
authors = [{ name = 'WGBH-MLA', email = 'ryan_harbert@wgbh.org' }]
dependencies = [
'fastapi~=0.95',
'starlette-admin~=0.8',
'sqlmodel~=0.0',
'pydantic[email]~=1.10',
'sonyci~=0.1',
"fastapi~=0.95",
"starlette-admin~=0.8",
"sqlmodel~=0.0",
"pydantic[email]~=1.10",
"sonyci~=0.1",
]
requires-python = '>=3.8.1,<4.0'
readme = 'README.md'
Expand All @@ -27,28 +27,39 @@ documentation = 'https://WGBH-MLA.github.io/chowda/'
repository = 'https://github.com/WGBH-MLA/chowda'

[project.optional-dependencies]
production = ['psycopg2~=2.9', 'uvicorn[standard]~=0.21', 'gunicorn~=20.1']
production = [
"psycopg2~=2.9",
"uvicorn[standard]~=0.22",
"gunicorn~=20.1",
]
test = [
'factory-boy~=3.2',
'pytest~=7.3',
'pytest-cov~=4.0',
'pytest-sugar~=0.9',
'pytest-xdist~=3.2',
'httpx~=0.24',
"factory-boy~=3.2",
"pytest~=7.3",
"pytest-cov~=4.0",
"pytest-sugar~=0.9",
"pytest-xdist~=3.3",
"httpx~=0.24",
'nbmake~=1.4',
'urllib3~=1.26',
]
locust = ['locust~=2.15', 'pydantic-factories~=1.17']
locust = [
"locust~=2.15",
"pydantic-factories~=1.17",
]

[tool.pdm.dev-dependencies]
dev = ['uvicorn~=0.21', 'black~=23.3', 'ruff~=0.0']
dev = [
"uvicorn~=0.22",
"black~=23.3",
"ruff~=0.0",
]
docs = [
'mkdocs~=1.4',
'mkdocs-material~=9.1',
'mkdocs-git-revision-date-localized-plugin~=1.2',
'mike @ git+https://github.com/jimporter/mike.git@063c93e9cce7c82939c7d47e6d33f99b24bba372',
'mkdocstrings[python]~=0.21',
'mkdocs-jupyter~=0.24',
"mkdocs~=1.4",
"mkdocs-material~=9.1",
"mkdocs-git-revision-date-localized-plugin~=1.2",
"mike @ git+https://github.com/jimporter/mike.git@063c93e9cce7c82939c7d47e6d33f99b24bba372",
"mkdocstrings[python]~=0.21",
"mkdocs-jupyter~=0.24",
]
ci = ['setuptools']

Expand Down

0 comments on commit 9d872d4

Please sign in to comment.