fix-reqs
This commit is contained in:
parent
12f65bd8fa
commit
8a3aa1dae6
1488
poetry.lock
generated
1488
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
|
@ -1,38 +0,0 @@
|
|||
[tool.poetry]
|
||||
name = "discoursio-core"
|
||||
version = "0.2.5"
|
||||
description = ""
|
||||
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
gql = {extras = ["httpx"], version = "^3.4.1"}
|
||||
ariadne = "^0.20.1"
|
||||
SQLAlchemy = "^2.0.21"
|
||||
uvicorn = "^0.23.2"
|
||||
aredis = "^1.1.8"
|
||||
starlette = "^0.31.1"
|
||||
itsdangerous = "^2.1.2"
|
||||
Authlib = "^1.2.1"
|
||||
PyJWT = "^2.8.0"
|
||||
PyYAML = "^6.0.1"
|
||||
httpx = "^0.25.0"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
bcrypt = "^4.0.1"
|
||||
sentry-sdk = "^1.31.0"
|
||||
boto3 = "^1.28.61"
|
||||
botocore = "^1.31.61"
|
||||
transliterate = "^1.10.2"
|
||||
passlib = "^1.7.4"
|
||||
pydantic = "^2.4.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^6.1.0"
|
||||
isort = "^5.12.0"
|
||||
brunette = "^0.2.8"
|
||||
mypy = "^1.5.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
24
requirements.txt
Normal file
24
requirements.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
git+https://github.com/tonyrewin/ariadne.git#master
|
||||
git+https://github.com/encode/starlette.git#master
|
||||
git+https://github.com/graphql-python/gql.git#master
|
||||
SQLAlchemy
|
||||
uvicorn
|
||||
aredis
|
||||
itsdangerous
|
||||
Authlib
|
||||
PyJWT
|
||||
PyYAML
|
||||
httpx
|
||||
psycopg2-binary
|
||||
bcrypt
|
||||
sentry-sdk
|
||||
boto3
|
||||
botocore
|
||||
transliterate
|
||||
passlib
|
||||
pydantic
|
||||
|
||||
flake8
|
||||
isort
|
||||
brunette
|
||||
mypy
|
Loading…
Reference in New Issue
Block a user