diff --git a/Makefile b/Makefile index a4524ab7..f90f33cd 100644 --- a/Makefile +++ b/Makefile @@ -55,12 +55,12 @@ test_svg: # release build: - rm -r dist/ + rm -rf dist/ python3 setup.py sdist bdist_wheel rm -r build/ deploy: - rm -r dist/ + rm -rf dist/ python3 setup.py sdist bdist_wheel twine upload dist/* rm -r build/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c4aebaf4..db9c235e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ python-dateutil==2.8.2 requests~=2.26.0 urllib3~=1.26.7 html5lib~=1.1 -cssselect~=1.1.0 -# sseclient~=0.0.27 # install not working in python 3.10. lib pasted in extras \ No newline at end of file +cssselect~=1.1.0 \ No newline at end of file