Skip to content

Commit

Permalink
Merge branch 'release/0.2.40' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jun 19, 2023
2 parents 33839e4 + aa40c5d commit c0e5ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions meta_edc/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@
# edc-egfr
EDC_EGFR_DROP_NOTIFICATION_MODEL = "meta_subject.egfrdropnotification"

# edc-export
EDC_EXPORT_EXPORT_PII_USERS = env.list("EDC_EXPORT_EXPORT_PII_USERS")

# edc_facility
HOLIDAY_FILE = env.str("DJANGO_HOLIDAY_FILE")

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
edc==0.4.96
edc-egfr==0.1.10
edc==0.4.97
edc-microscopy==0.1.1
canned-views
beautifulsoup4
Expand Down

0 comments on commit c0e5ecb

Please sign in to comment.