You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ setuptools>=51.1.0 # Require this first, to prevent later errors
3
3
#
4
4
argon2-cffi>=21.3.0# For the Argon2 password hasher option
5
5
beautifulsoup4>=4.11.1# Only used in tests
6
-
bibtexparser>=0.6.2,<1.0# Only used in tests. Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
6
+
bibtexparser>=1.2.0# Only used in tests
7
7
bleach>=5.0.0
8
8
coverage>=4.5.4,<5.0# Coverage 5.x moves from a json database to SQLite. Moving to 5.x will require substantial rewrites in ietf.utils.test_runner and ietf.release.views
0 commit comments