chore: [ci] removed pkg_resources

api-breakage
Morty Space 3 years ago
parent 1f0fdc0b71
commit f2d755c3e8
  1. 4
      poetry.lock
  2. 1
      pyproject.toml
  3. 3
      src/cryptocom/__init__.py

4
poetry.lock generated

@ -559,7 +559,7 @@ idna2008 = ["idna"]
name = "setuptools"
version = "65.5.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "main"
category = "dev"
optional = false
python-versions = ">=3.7"
@ -788,7 +788,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "57b9c1b4e8e78028ae22eb2eb9d094f44b6edd494ec16e47358f7d06f2cc5b6b"
content-hash = "663719bfba8e553a89fb452aac5538b88ea6e8f08eb4925371a3db733e133dad"
[metadata.files]
aiolimiter = [

@ -21,7 +21,6 @@ cached-property = "^1.5.2"
httpx = "^0.23.0"
python = "^3.7"
websockets = "^10.3"
setuptools = "^65.5.0"
[tool.poetry.dev-dependencies]
flake8 = "3.9"

@ -1,3 +0,0 @@
import pkg_resources
pkg_resources.declare_namespace(__name__)
Loading…
Cancel
Save