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-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ bleach>=6
8
8
types-bleach>=6
9
9
celery>=5.2.6
10
10
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
11
-
decorator>=5.1.1
12
-
types-decorator>=5.1.1
13
11
defusedxml>=0.7.1# for TastyPie when using xml; not a declared dependency
14
12
Django>4.2,<5
15
13
django-analytical>=3.1.0
@@ -56,7 +54,7 @@ pyquery>=1.4.3
56
54
python-dateutil>=2.8.2
57
55
types-python-dateutil>=2.8.2
58
56
python-magic==0.4.18# Versions beyond the yanked .19 and .20 introduce form failures
59
-
pymemcache>=4.0.0# for django.core.cache.backends.memcached.PyMemcacheCache
57
+
pymemcache>=4.0.0# for django.core.cache.backends.memcached.PyMemcacheCache
60
58
python-mimeparse>=1.6# from TastyPie
61
59
pytz==2022.2.1# Pinned as changes need to be vetted for their effect on Meeting fields
0 commit comments