We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98054c commit 7205512Copy full SHA for 7205512
1 file changed
requirements.txt
@@ -33,7 +33,7 @@ MySQL-python>=1.2.5
33
pathlib>=1.0
34
pathlib2>=2.3.0
35
Pillow>=3.0
36
-pyang>=1.6
+#pyang>=1.6 # Handled as an svn:externals component
37
pyflakes>=0.8.1
38
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors
39
python-dateutil>=2.2
@@ -51,6 +51,6 @@ Trac>=1.0.10,<1.2
51
Unidecode>=0.4.18
52
#wsgiref>=0.1.2
53
xml2rfc>=2.5.0,!=2.6.0
54
-xym>=0.1.2,!=0.3
+#xym>=0.1.2,!=0.3 # Handled as an svn:externals component
55
#zxcvbn-python>=4.4.14 # Not needed until we do back-end password entropy validation
56
0 commit comments