Skip to content

Commit abb4c0b

Browse files
committed
Make requirement more inclusive
1 parent 4363e52 commit abb4c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
../../django-declarative-apis
2-
Django >2.2.0, <4
2+
Django >=2.2.0, <4
33
django-sslserver==0.20
44
oauth2==1.9.0.post1
55
oauthlib==2.0.6

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django >2.2.0, <4
1+
Django >=2.2.0, <4
22
celery>=4.0.2,!=4.1.0
33
cryptography>=2.0,<=3.4.8
44
decorator==4.0.11

0 commit comments

Comments
 (0)