Adding code
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# run: conda env create --file environment.yml
|
||||
name: backtrader
|
||||
|
||||
dependencies:
|
||||
- python=3.5
|
||||
- pip:
|
||||
- pip==19.2.3
|
||||
- bump2version==0.5.11
|
||||
- wheel==0.33.6
|
||||
- watchdog==0.9.0
|
||||
- flake8==3.7.8
|
||||
- tox==3.14.0
|
||||
- coverage==4.5.4
|
||||
- Sphinx==1.8.5
|
||||
- twine==1.14.0
|
||||
- Click==7.0
|
||||
- backtrader>=1.9.74.123
|
||||
- pylint>=2.4.4
|
||||
- pyzmq==19.0.0
|
||||
|
||||
Reference in New Issue
Block a user