forked from brianglass/orthocal-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
24 lines (24 loc) · 976 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ask_sdk_core==1.19.0
django-ask-sdk==1.0.0
django-cors-headers==4.4.0
django-fullurl==1.4
django-google-fonts==0.0.3
django-ninja==1.2.2
django==5.0.7
google-cloud-logging==3.10.0
icalendar==5.0.13
jdcal==1.4.1
Jinja2==3.1.4 # Typogrify imports this even though we're not using it
newrelic==9.12.0
python-dateutil==2.9.0.post0
requests==2.32.3
typogrify==2.0.7
#uvicorn[standard]==0.29.0 # 0.30.3 new process manager doesn't work with Django
uvicorn[standard]==0.30.3 # 0.30.3 new process manager doesn't work with Django
# We can go back to mainline whitenoise once
# https://github.com/evansd/whitenoise/pull/359 is merged
whitenoise[brotli] @ https://github.com/Archmonger/whitenoise/zipball/asgi-compat
# oscrypto is a dependency of one of the above packages.
# We can go back to mainline oscrypto once
# https://github.com/wbond/oscrypto/issues/78 is fixed
oscrypto @ https://github.com/wbond/oscrypto/archive/1547f535001ba568b239b8797465536759c742a3.zip