We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cf064 commit a165707Copy full SHA for a165707
2 files changed
app/requirements-step-1.txt
@@ -1,2 +1,2 @@
1
-numpy==1.14.0
2
-Cython==0.28.2
+numpy>=1.14.0
+Cython>=0.28.2
app/requirements-step-2.txt
@@ -1,18 +1,18 @@
-twilio==6.6.3
-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
+twilio>=6.6.3
+ccxt>=1.25.40
+structlog>=17.2.0
+python-json-logger>=0.1.8
+pandas>=0.22.0
+stockstats>=0.2.0
+TA-lib>=0.4.17
+tabulate>=0.8.2
+slackweb>=1.0.5
+tenacity>=4.8.0
+python-telegram-bot>=10.0.1
+webcord>=0.2
+jinja2>=2.10
+requests>=2.20.0
+PyYAML>=3.12
+tulipy>=0.2.1
+matplotlib>=3.0.1
+scipy>=1.1.0
0 commit comments