Skip to content

Commit

Permalink
Cleaned up requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacotsu committed Nov 17, 2020
1 parent f7469b3 commit cafbf2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
appdirs>=1.4.0
beautifulsoup4>=4.3.2
keyring>=18.0.0
lxml
pyparsing>=2.0.3
PySide2>=5.11.0
requests>=2.3.0
signalslot
.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ def find_version(*file_paths):
author_email="[email protected], [email protected]",
license='GPLv3+',
install_requires=[
"appdirs",
"beautifulsoup4",
"keyring",
"appdirs>=1.4.0",
"beautifulsoup4>=4.3.2",
"keyring>=18.0.0",
"lxml",
"pyparsing",
"PySide2",
"requests",
"pyparsing>=2.0.3",
"PySide2>=5.11.0",
"requests>=2.3.0",
"signalslot"
],
python_requires='>=3.7',
Expand Down
7 changes: 1 addition & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
PySide2>=5.11.0
appdirs>=1.4.0
beautifulsoup4>=4.3.2
.
behave>=1.2.4
cov-core>=1.15.0
coverage>=3.7.1
keyring>=18.0.0
lxml
pluggy
py>=1.5.4
pyflakes>=0.8.1
pyinstaller
pyparsing>=2.0.3
pytest-cov>=1.8.1
pytest>=3.6.3
requests>=2.3.0
signalslot
stdeb
twine
Expand Down

0 comments on commit cafbf2e

Please sign in to comment.