We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fdcdc commit a75d62eCopy full SHA for a75d62e
requirements.txt
@@ -1,15 +1,15 @@
1
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
+Faker==6.4.1
+pfdo==5.0.0
+pfdo-run==3.2.6
+pfmisc==2.2.2
+pftree==3.4.2
+pudb==2020.1
+Pygments==2.8.0
+python-dateutil==2.8.1
+six==1.15.0
+text-unidecode==1.3
+urwid==2.1.2
13
pftag==1.2.22
14
pflog==1.2.26
15
pftel-client
shexec.py
@@ -7,7 +7,7 @@
from chris_plugin import chris_plugin, PathMapper
__pkg = Distribution.from_name(__package__)
-__version__ = '1.2.14'
+__version__ = '1.2.16'
import os, sys
os.environ['XDG_CONFIG_HOME'] = '/tmp'
0 commit comments