
# -- lily assistant
lily-assistant~=1.2.4

# -- core
Django~=3.1.3

# -- enhance with bulk_update capability
django-bulk-update==2.2.0

# -- rest API framework
djangorestframework~=3.12.2

# -- postgres communication
psycopg2-binary~=2.9.2

# -- CLI
django-click==2.2.0

# -- utils
pytz>=2019.3

# -- cryptography
itsdangerous~=2.0.1

# -- http client
requests>=2.13.0

# -- language detection
langid==1.1.6

# -- search
# -- escape accented characters
trans==2.1.0

# -- inflection
inflect==0.3.1

# -- configuration
PyYAML>=3.13

# -- need by JSONSchemaField
jsonschema==2.6.0

# -- spell checking
hunspell==0.5.5

# -- json serialization
orjson~=3.6.5
