From 9c1e33cb71b3577c58e3bf1818a74a689ec0e4d3 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Fri, 21 May 2021 14:58:04 +0100
Subject: [PATCH] Use pasha from PyPI rather than git tag

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9360937bf..64a8b0706 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,6 @@ setup(
     install_requires=[
         "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.8",  # noqa
         "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.5.6-2.10.0#subdirectory=lib",  # noqa
-        "pasha @ git+https://github.com/European-XFEL/pasha.git@0.1.0",
         "Cython==0.29.21",
         "Jinja2==2.11.2",
         "astcheck==0.2.5",
@@ -106,6 +105,7 @@ setup(
         "nbparameterise==0.5",
         "notebook==6.1.5",
         "numpy==1.19.1",
+        "pasha==0.1.0",
         "prettytable==0.7.2",
         "princess==0.2",
         "pypandoc==1.4",
-- 
GitLab