Skip to content

Commit

Permalink
poetry update, bump redis, python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 16, 2023
1 parent 928eeab commit e214675
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 95 deletions.
156 changes: 63 additions & 93 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ readme = "README.md"
repository = "https://github.com/a3li/atciss"

[tool.poetry.dependencies]
python = "^3.10"
python = "~3.11"
fastapi = "^0.104"
uvicorn = {extras = ["standard"], version = "^0.24"}
click = "^8.1"
aiohttp = "^3.8.6"
redis = "^4.5.6"
redis = "^5"
beautifulsoup4 = "^4.12.2"
pyaixm = { git = "https://github.com/volkerp/pyaixm", rev = "00112765b7ca767d45af9e743b0264e14ac25d1b" }
pynotam = { git = "https://github.com/globin/PyNotam", rev = "84b741863d09aaa616e6f378a2e6e5eab8df706f" }
Expand Down

0 comments on commit e214675

Please sign in to comment.