Skip to content

Commit a165707

Browse files
author
xinshen
committed
Allow newer version of requirements modules
1 parent f0cf064 commit a165707

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

app/requirements-step-1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy==1.14.0
2-
Cython==0.28.2
1+
numpy>=1.14.0
2+
Cython>=0.28.2

app/requirements-step-2.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
twilio==6.6.3
2-
ccxt==1.25.40
3-
structlog==17.2.0
4-
python-json-logger==0.1.8
5-
pandas==0.22.0
6-
stockstats==0.2.0
7-
TA-lib==0.4.17
8-
tabulate==0.8.2
9-
slackweb==1.0.5
10-
tenacity==4.8.0
11-
python-telegram-bot==10.0.1
12-
webcord==0.2
13-
jinja2==2.10
14-
requests==2.20.0
15-
PyYAML==3.12
16-
tulipy==0.2.1
17-
matplotlib==3.0.1
18-
scipy==1.1.0
1+
twilio>=6.6.3
2+
ccxt>=1.25.40
3+
structlog>=17.2.0
4+
python-json-logger>=0.1.8
5+
pandas>=0.22.0
6+
stockstats>=0.2.0
7+
TA-lib>=0.4.17
8+
tabulate>=0.8.2
9+
slackweb>=1.0.5
10+
tenacity>=4.8.0
11+
python-telegram-bot>=10.0.1
12+
webcord>=0.2
13+
jinja2>=2.10
14+
requests>=2.20.0
15+
PyYAML>=3.12
16+
tulipy>=0.2.1
17+
matplotlib>=3.0.1
18+
scipy>=1.1.0

0 commit comments

Comments
 (0)