Skip to content

Commit

Permalink
stop annoying pop up . fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
byteface committed Feb 26, 2022
1 parent fd7c652 commit 1519856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
cssselect~=1.1.0

0 comments on commit 1519856

Please sign in to comment.