Skip to content

Commit

Permalink
remove requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 15, 2024
1 parent 73c64d3 commit 5c6bb05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ Changelog = "https://github.com/statisticsnorway/datadoc/releases"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
pyarrow = ">=8.0.0"
dash = ">=2.15.0"
pydantic = ">=2.5.2"
dash-bootstrap-components = ">=1.1.0"
pandas = ">=1.4.2"
dapla-toolbelt = ">=1.3.3"
gunicorn = ">=21.2.0"
flask-healthz = ">=0.0.3"
arrow = ">=1.3.0"
python-dotenv = ">=1.0.1"
requests = ">=2.31.0"
ssb-dash-components = ">=0.8.1"
dapla-toolbelt-metadata = "^0.2.0"
beautifulsoup4 = ">=4.12.3"
cloudpathlib = { extras = ["gs"], version = ">=0.17.0" }
pyjwt = ">=2.8.0"
ssb-klass-python = ">=0.0.9"
ssb-dash-components = ">=0.8.1"
# ssb-datadoc-model = "^6.0.0"
dapla-toolbelt-metadata = "^0.2.0"
pyarrow = ">=8.0.0"
gunicorn = ">=21.2.0"
dapla-toolbelt = ">=1.3.3"
pandas = ">=1.4.2"
#requests = ">=2.31.0"
#ssb-datadoc-model = "^6.0.0"

[tool.poetry.group.dev.dependencies]
mypy = ">=0.950"
Expand Down

0 comments on commit 5c6bb05

Please sign in to comment.