Skip to content

Commit

Permalink
Updated windows packages dependencies
Browse files Browse the repository at this point in the history
Removed wrong tags from git
Updated TODO
  • Loading branch information
Jacotsu committed Mar 10, 2020
1 parent ca9d935 commit 6a0d26d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 34 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

- [ ] Implement correct svg rendering in Richtext (images in about popup)

- [ ] Reduce size of windows installer

- [X] Write Tests

- [ ] Move from Beautiful soup to simple lxml to remove horrendous code
Expand Down
94 changes: 62 additions & 32 deletions packaging/windows/installer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,80 @@ icon=polibeepsync.ico
license_file=LICENSE

[Python]
version=3.7.4
version=3.7.6
bitness=64
include_msvcrt=false

[Shortcut poliBeePSync]
entry_point=polibeepsync.qtgui:main
icon=polibeepsync.ico
console=false

[Include]
packages =
pycparser
signalslot

pypi_wheels =
requests==2.21.0
PySide2==5.14.1
PyQt5==5.14.1
beautifulsoup4==4.8.2
lxml==4.5.0
shiboken2==5.14.1
appdirs==1.4.3
PySide2==5.12.2
beautifulsoup4==4.7.1
lxml==4.3.3
pyparsing==2.2.0
keyring==19.0.2
urllib3==1.24.1
soupsieve==1.9.5
certifi==2019.11.28
chardet==3.0.4
certifi==2018.8.24
idna==2.6
entrypoints==0.3
shiboken2==5.12.2
PySide2==5.12.2
idna==2.9
keyring==21.1.0
jeepney==0.4.3
SecretStorage==3.1.2
cryptography==2.8
cffi==1.14.0
six==1.14.0
pyparsing==2.4.6
requests==2.23.0
urllib3==1.25.8
importlib-metadata==1.5.0
zipp==3.1.0
PyQt5-sip==12.7.1

exclude =
build
docs
LICENSE.old
poliBeePsync.egg-info
setup.py
uglytheme.qrc
CHANGES.rst
features
Makefile
README.rst
test-requirements.txt
CODE_OF_CONDUCT.md
icons
MANIFEST.in
requirements.txt
tests
distro_packagging
LICENSE
scripts
TODO.md
pkgs/*/DESCRIPTION.rst
pkgs/*/INSTALLER
pkgs/*/METADATA
pkgs/*/.travis.yml
pkgs/*/CHANGELOG
pkgs/*/README.rst
pkgs/*/README
pkgs/*/metadata.json
pkgs/*/RECORD
pkgs/*/top_level.txt
pkgs/*.pyc
pkgs/*/tests
pkgs/*/docs
pkgs/PySide2/examples
pkgs/shiboken2/docs
pkgs/PyQt5/bindings/QtBluetooth
pkgs/PyQt5/bindings/QtDBus
pkgs/PyQt5/bindings/QtDesigner
pkgs/PyQt5/bindings/QtHelp
pkgs/PyQt5/bindings/QtLocation
pkgs/PyQt5/bindings/QtMultimedia
pkgs/PyQt5/bindings/QtMultimediaWidgets
pkgs/PyQt5/bindings/QtNetwork
pkgs/PyQt5/bindings/QtNetworkAuth
pkgs/PyQt5/bindings/QtNfc
pkgs/PyQt5/bindings/QtOpenGL
pkgs/PyQt5/bindings/QtPositioning
pkgs/PyQt5/bindings/QtPrintSupport
pkgs/PyQt5/bindings/QtQuick
pkgs/PyQt5/bindings/QtQuickWidgets
pkgs/PyQt5/bindings/QtRemoteObjects
pkgs/PyQt5/bindings/QtSensors
pkgs/PyQt5/bindings/QtSerialPort
pkgs/PyQt5/bindings/QtSql
pkgs/PyQt5/bindings/QtTest
pkgs/PyQt5/bindings/QtWebChannel
pkgs/PyQt5/bindings/QtWebSockets
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ appdirs>=1.4.0
pyparsing>=2.0.3
keyring>=18.0.0
lxml
-e git://github.com/davethecipo/signalslot.git@ca41d813ed0007c8ea6743fd6332447b003a2390#egg=signalslot
signalslot
PyQt5>=5.14.1
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ lxml
twine
wheel
pynsist
makensis
signalslot
PyQt5>=5.14.1

0 comments on commit 6a0d26d

Please sign in to comment.