Skip to content
This repository was archived by the owner on Mar 20, 2020. It is now read-only.

Commit 57ae737

Browse files
authored
Lw 260 upgrade packages (#41)
* Bump tabulator version * Bump laminar version
1 parent 5b3577a commit 57ae737

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PyYAML==5.1
22
datapackage-pipelines==2.1.9
3-
git+ssh://git@github.com/bcodmo/dataflows.git@master
3+
dataflows==0.0.58
44
pyparsing==2.2.0
55
python-dateutil==2.7.3
6+
tabulator==1.22
67
git+ssh://git@github.com/bcodmo/bcodmo_processors.git@master

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
'PyYAML==5.1',
55
'datapackage-pipelines==2.1.9',
66
'pyparsing==2.2.0',
7-
'dataflows @ git+https://git@github.com/BCODMO/dataflows.git@master',
7+
'dataflows==0.0.58',
8+
'tabulator==1.22',
89
'bcodmo_processors @ git+https://git@github.com/BCODMO/bcodmo_processors.git@master',
910
]
1011

0 commit comments

Comments
 (0)