summarylogtreecommitdiffstats
path: root/pycflow2dot-0.2.1-fix-install-requires.patch
blob: 0e1f6366fd151dc796033744e5b3292ae1edb7f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py	2017-03-09 16:02:06.000000000 -0600
+++ setup.py~	2018-02-05 15:15:16.945059419 -0600
@@ -25,7 +25,7 @@
         author_email='jfilippidis@gmail.com',
         url='https://github.com/johnyf/pycflow2dot',
         install_requires=[
-            'networkx == 1.10',
+            'networkx >= 1.10',
             'pydot >= 1.2.3'],
         entry_points={
             'console_scripts': ['cflow2dot = pycflow2dot:main']},