Skip to content

Commit a75d62e

Browse files
committed
update versions of pfdo, pftree, pfdo_run and version bump
1 parent d7fdcdc commit a75d62e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
chris_plugin==0.1.2
2-
Faker
3-
pfdo
4-
pfdo-run
5-
pfmisc
6-
pftree
7-
pudb
8-
Pygments
9-
python-dateutil
10-
six
11-
text-unidecode
12-
urwid
2+
Faker==6.4.1
3+
pfdo==5.0.0
4+
pfdo-run==3.2.6
5+
pfmisc==2.2.2
6+
pftree==3.4.2
7+
pudb==2020.1
8+
Pygments==2.8.0
9+
python-dateutil==2.8.1
10+
six==1.15.0
11+
text-unidecode==1.3
12+
urwid==2.1.2
1313
pftag==1.2.22
1414
pflog==1.2.26
1515
pftel-client

shexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from chris_plugin import chris_plugin, PathMapper
88

99
__pkg = Distribution.from_name(__package__)
10-
__version__ = '1.2.14'
10+
__version__ = '1.2.16'
1111

1212
import os, sys
1313
os.environ['XDG_CONFIG_HOME'] = '/tmp'

0 commit comments

Comments
 (0)