Skip to content

Commit

Permalink
update init and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoTrabach committed Aug 2, 2023
1 parent 7e481bb commit 8f45246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fhir_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from .conf import settings # noqa
from .version import __version__ # noqa
from healthcare_api import HealthcareApi
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ google-auth-httplib2==0.1.0
googleapis-common-protos==1.60.0
httplib2==0.22.0
idna==3.4
loguru==0.7.0
protobuf==4.23.4
pyasn1==0.5.0
pyasn1-modules==0.3.0
Expand Down

0 comments on commit 8f45246

Please sign in to comment.