diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 527c316b0257c7aae73732d47fdb66a13c097e42..86274691eb2a3818dfa2b402245df562456a868c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -y python3-setuptools python3-yaml
-          pip install -U pip setuptools wheel disttools packaging
+          pip install -U pip setuptools wheel disttools packaging build
       - name: Alter Version
         if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
         run: |      
diff --git a/pyproject.toml b/pyproject.toml
index c5424c762fba25e002579ff9583425debb5b8314..7d1bbf9bcc8d2334ccf6b2fe64ac46b8d702283c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ dependencies = ["psutil"]
 version = {attr = "satella.__version__"}
 
 [project.optional-dependencies]
-dev = ["pylint", "toml", "requests", "codeclimate-test-reporter"]
+dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"]
 test =  ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage"]
 extras = ["requests","pyyaml","toml", "ujson", "cassandra-driver", "opentracing"]