Fix Babel requirement in requirements.txt
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 6 Nov 2020 14:39:42 +0000 (09:39 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 6 Nov 2020 14:39:42 +0000 (09:39 -0500)
Should be "==" instead of just a "="

requirements.txt

index dffd71d9bb2a792ab541fd23bf281fbc8bb0609b..d2fa331fa6be1e2c2011e80b3696e0c0ed664b26 100644 (file)
@@ -8,4 +8,4 @@ cvss==2.1
 pytidylib==0.3.2
 pycodestyle==2.4.0
 pynliner==0.8.0
-Babel=2.6.0
+Babel==2.6.0