-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbase.txt
More file actions
32 lines (27 loc) · 1.46 KB
/
base.txt
File metadata and controls
32 lines (27 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
pytz==2020.1 # https://github.com/stub42/pytz
python-slugify==4.0.1 # https://github.com/un33k/python-slugify
Pillow==7.2.0 # https://github.com/python-pillow/Pillow
argon2-cffi==20.1.0 # https://github.com/hynek/argon2_cffi
whitenoise==5.1.0 # https://github.com/evansd/whitenoise
redis==3.5.3 # https://github.com/andymccurdy/redis-py
# Django
# ------------------------------------------------------------------------------
django==4.1.4 # pyup: < 3.0 # https://www.djangoproject.com/
django-environ==0.4.5 # https://github.com/joke2k/django-environ
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
# Cache
# ------------------------------------------------------------------------------
django-redis==4.12.1 # https://github.com/niwinz/django-redis
msgpack==1.0.0 # https://github.com/msgpack/msgpack-python
# Django REST Framework
djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
coreapi==2.3.3 # https://github.com/core-api/python-client
# celery
# ------------------------------------------------------------------------------
celery==4.4.7 # pyup: < 5.0 # https://github.com/celery/celery
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
flower==0.9.4 # https://github.com/mher/flower
django-timezone-field==4.0 # https://github.com/mfogel/django-timezone-field/
# read osm file
osmium==3.0.1 # https://github.com/osmcode/pyosmium
Shapely==1.7.0 # https://github.com/Toblerity/Shapely