Skip to content

Commit

Permalink
update twisted to 19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Aug 14, 2019
1 parent 3976ffd commit d30ff5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/splash/install-python-splash-deps.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install_python_deps () {
${_PYTHON} -m pip install \
qt5reactor==0.5 \
psutil==5.0.0 \
Twisted==19.2.1 \
Twisted==19.7.0 \
adblockparser==0.7 \
xvfbwrapper==0.2.9 \
funcparserlib==0.3.6 \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# install PyQt5 (Splash is tested on PyQT 5.13)
# and the following packages:
twisted == 19.2.1
twisted == 19.7.0
qt5reactor
psutil
adblockparser >= 0.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_version():
]},
'zip_safe': False,
'install_requires': [
'Twisted >= 19.2.1',
'Twisted >= 19.7.0',
'qt5reactor',
'psutil',
'adblockparser',
Expand Down

0 comments on commit d30ff5d

Please sign in to comment.