We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc14b88 + d59bb63 commit 990d6d6Copy full SHA for 990d6d6
requirements.txt
@@ -1,4 +1,4 @@
1
-PyYAML==5.4
+PyYAML==5.4.1
2
django==1.11.29
3
mistune==0.7.3
4
polib==1.0.3
setup.py
@@ -6,7 +6,7 @@
6
install_requires = [
7
"polib==1.0.3",
8
"mistune==0.7.3",
9
- "PyYAML==5.4",
+ "PyYAML==5.4.1",
10
"pyparsing==2.2.0",
11
"lxml==4.6.2",
12
"beautifulsoup4==4.9.3",
0 commit comments