Skip to content

Commit

Permalink
Updated and sorted requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacotsu committed Apr 5, 2020
1 parent c75ffa5 commit 0825118
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 70 deletions.
50 changes: 0 additions & 50 deletions mac_setup.py

This file was deleted.

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
beautifulsoup4>=4.3.2
requests>=2.3.0
PySide2>=5.11.0
appdirs>=1.4.0
pyparsing>=2.0.3
beautifulsoup4>=4.3.2
keyring>=18.0.0
lxml
signalslot
pyparsing>=2.0.3
PyQt5>=5.14.1
PySide2>=5.11.0
requests>=2.3.0
signalslot
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def find_version(*file_paths):
}



setup(
app=APP,
data_files=DATA_FILES,
Expand All @@ -68,15 +67,15 @@ def find_version(*file_paths):
author_email="[email protected], [email protected]",
license='GPLv3+',
install_requires=[
"requests",
"appdirs",
"PySide2",
"beautifulsoup4",
"keyring",
"lxml",
"pyparsing",
"keyring",
"signalslot",
"PyQt5"
"PySide2",
"requests",
"signalslot",
],
python_requires='>=3.7',
packages=['polibeepsync'],
Expand Down
26 changes: 16 additions & 10 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
appdirs>=1.4.0
beautifulsoup4>=4.3.2
behave>=1.2.4
pytest>=3.6.3
coverage>=3.7.1
pytest-cov>=1.8.1
pyflakes>=0.8.1
cov-core>=1.15.0
coverage>=3.7.1
keyring>=18.0.0
lxml
pluggy
py2app
py>=1.5.4
pyflakes>=0.8.1
pynsist
pyparsing>=2.0.3
PyQt5>=5.14.1
PySide2>=5.11.0
pytest-cov>=1.8.1
pytest>=3.6.3
requests>=2.3.0
signalslot
stdeb
pluggy
lxml
twine
wheel
pynsist
signalslot
PyQt5>=5.14.1
py2app

0 comments on commit 0825118

Please sign in to comment.