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.
1 parent bf3d720 commit 0a0e513Copy full SHA for 0a0e513
requirements.txt
@@ -1,18 +1,18 @@
1
-Django==4.2.25
+Django>=4.2.25,<6
2
Fabric==1.6.1
3
South==0.8.4
4
-django-grappelli==2.15.2
+django-grappelli>=2.15.2
5
emoji>=2.12.1,<3
6
numpy==1.22.0
7
-pydantic==1.10.13
8
-pygeoip==0.2.6
9
-python-dateutil>=2.8.2,<3
10
-python-ulid[pydantic]>=2.4.0,<2.5
11
-redis==4.4.4
+pydantic>=1.10.13,<3
+pygeoip>=0.2.6,<1
+python-dateutil>=2.9.0,<3
+python-ulid[pydantic]>=2.4.0,<3
+redis>=4.4.4,<5
12
reportlab==3.6.13
13
-requests-oauthlib>=1.0.0
14
-requests>=2.31.0
15
-rollbar>=0.8.2
16
-stripe==1.19.0
+requests-oauthlib>=1.3.0,<2
+requests>=2.32.4,<3
+rollbar>=0.15.1,<2
+stripe>=12.3.0,<13
17
user-agents==2.2.0
18
xhtml2pdf==0.2.17
0 commit comments