Skip to content

Commit 337bb5e

Browse files
committed
restore pipenv files for DLS releases
1 parent 54c15ca commit 337bb5e

File tree

4 files changed

+329
-444
lines changed

4 files changed

+329
-444
lines changed

Pipfile

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,10 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
pytest-cov = "*"
8-
pytest-black = "*"
9-
pytest-flake8 = "*"
10-
flake8-isort = "*"
11-
pytest-mypy = "*"
12-
sphinx = "==4.3.2"
13-
sphinx-rtd-theme = "*"
14-
doc8 = "*"
15-
mock = "*"
16-
types-mock = "*"
17-
types-paramiko = "*"
7+
dls_pmaccontrol = {editable = true, extras = ["dev"], path = "."}
188

199
[packages]
20-
numpy = "*"
21-
pyqt5 = "*"
22-
pythonqwt = "*"
23-
mock = "*"
24-
dls-pmaclib = ">=3.0.0"
25-
26-
[scripts]
27-
# Put coverage here so we don't interfere with debugging in the IDE
28-
tests = "python -m pytest --cov=dls_pmaccontrol --cov-report term"
29-
docs = "sphinx-build -E -b html docs build/html"
10+
dls_pmaccontrol = {editable = true, path = "."}
3011

3112
[pipenv]
3213
allow_prereleases = true

0 commit comments

Comments
 (0)