Skip to content

Commit fe13b21

Browse files
committed
v0.5.0
1 parent ef83612 commit fe13b21

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dist/ibeam-0.5.0.tar.gz

24 KB
Binary file not shown.

ibeam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# config.initialize()
44

5-
__version__ = "0.5.0-rc4"
5+
__version__ = "0.5.0"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@
2222
'algorithmic trading', 'data flow', 'quant', 'trading'],
2323
install_requires=[
2424
'selenium==3.*',
25-
'cryptography==3.*',
26-
'pyvirtualdisplay==1.*',
25+
'cryptography==40.*',
26+
'pyvirtualdisplay==3.*',
2727
'apscheduler==3.*',
2828
'psutil==5.*',
29-
'requests==2.*'
29+
'requests==2.*',
30+
'pillow==9.*'
3031
],
3132

3233
classifiers=[

0 commit comments

Comments
 (0)