Skip to content

Commit 1f4102e

Browse files
tamirOKmartyanov
authored andcommitted
Remove pifpaf from dependencies
1 parent dbf0073 commit 1f4102e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $(VENV)/bin/activate:
2424
$(PYTHON_BIN) -m venv $(VENV)
2525
$(PYTHON) -m pip install pip==23.0 setuptools==67.3.2 wheel==0.38.4
2626
$(PYTHON) -m pip install -e .[dev,doc,test]
27+
$(PYTHON) -m pip install 'pifpaf @ git+https://github.com/jd/pifpaf.git@80cc13bd7e4b0cb286d15659c9fe7958e8600cd9#egg=aetcd'
2728

2829
build: bootstrap
2930
$(PYTHON) setup.py sdist bdist_wheel

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def _get_long_description():
6666
'sphinx_rtd_theme==1.2.0',
6767
],
6868
'test': [
69-
'pifpaf @ git+https://github.com/jd/pifpaf.git@80cc13bd7e4b0cb286d15659c9fe7958e8600cd9#egg=aetcd',
7069
'pytest-asyncio==0.20.3',
7170
'pytest-cov==4.0.0',
7271
'pytest-mock==3.10.0',

0 commit comments

Comments
 (0)