Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize a little bit: add ./docs, ./demos, and MAINTAINERS.md #159

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Jul 17, 2024

  • Move all the docs config into ./docs
  • Move all the flask app files into ./demos/flask
  • Move the maintainer-specific instructions from README.md into MAINTAINERS.md so that we don't bore people

This supercedes #71

- Move all the docs config into ./docs
- Move all the flask app files into ./demos/flask
- Move the maintainer-specific instructions from README.md
  into MAINTAINERS.md so that we don't bore people
Comment on lines +1 to +3
beaker>=1.13.0
fhirclient>=4
flask>=2.3.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out, we didn't even directly use most of the flask app requirements - most of the previous requirements are actually deeper dependencies of flask & beaker (and not something we import ourselves). So... we don't need em here.

@mikix mikix merged commit c7b325f into main Jul 17, 2024
5 checks passed
@mikix mikix deleted the mikix/re-org branch July 17, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants