Skip to content

Commit

Permalink
fix: rebased branch and fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Jul 19, 2023
1 parent 7bb054c commit 41757dc
Show file tree
Hide file tree
Showing 4 changed files with 1,515 additions and 5 deletions.
57 changes: 57 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
argon2-cffi = "==21.3.0"
authlib = "==1.2.0"
boto3 = "==1.26.157"
pillow = "==9.5.0"
python-slugify = "==8.0.1"
pyjwt = "==2.7.0"
redis = {version = "==4.5.5", extras = ["hiredis"]}
requests = "==2.31.0"
whitenoise = "==6.4.0"
psycopg = "==3.1.9"
django = "==4.2.2"
django-environ = "==0.10.0"
django-model-utils = "==4.3.1"
djangorestframework = "==3.14.0"
djangorestframework-simplejwt = "==5.2.2"
drf-spectacular = "==0.26.2"
django-filter = "==23.2"
drf-nested-routers = "==0.93.3"
django-multiselectfield = "==0.1.12"
django-simple-history = "==3.3.0"
django-ratelimit = "==4.0.0"
django-cors-headers = "==4.0.0"
django-maintenance-mode = "==0.18.0"
django-queryset-csv = "==1.1.0"
django-rest-passwordreset = "==1.3.0"
djangoql = "==0.17.1"
healthy-django = ">=0.1.0"
django-redis = "==5.2.0"
django-hardcopy = "==0.1.4"
dry-rest-permissions = "==0.1.10"
django-storages = "==1.9.1"
jsonschema = "==3.2.0"
typed-ast = "==1.5.4"
littletable = "==2.0.7"
celery = "==5.3.0"
pywebpush = "==1.11.0"
"fhir.resources" = "==6.5.0"
pydantic = "==1.*"
jwcrypto = "==1.5.0"
pycryptodome = "==3.16.0"
pycryptodomex = "==3.16.0"
gunicorn = "==20.1.0"
sentry-sdk = "==1.25.1"
newrelic = "*"
pre-commit = "*"

[dev-packages]
pre-commit = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit 41757dc

Please sign in to comment.