-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2855754
commit 3bf3c00
Showing
37 changed files
with
988 additions
and
1,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ This Code of Conduct applies within all community spaces, and also applies when | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders | ||
responsible for enforcement at [email protected]. All complaints will be reviewed and investigated | ||
responsible for enforcement at `[email protected]`. All complaints will be reviewed and investigated | ||
promptly and fairly. | ||
|
||
All community leaders are obligated to respect the privacy and security of the reporter of any incident. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,4 +76,4 @@ We will review your issue and work to resolve the bug as soon as possible. Thank | |
|
||
## Seeking Support | ||
|
||
For support in setting up and using Rosalution, please feel free to either use GitHub Issues or contact us via email on [email protected]. | ||
For support in setting up and using Rosalution, please feel free to either use GitHub Issues or contact us via email on `[email protected]`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,10 +56,10 @@ The following pre-requisites are required to be installed in the target *NIX env | |
deploying and testing Rosalution. Install environment dependencies below using | ||
the respective installation instructions for your target environment. | ||
|
||
- [Node.JS 16+](https://nodejs.org/en/) & [Classic Yarn](https://classic.yarnpkg.com/en/) | ||
- [Node.JS 20.8+](https://nodejs.org/en/) & [Classic Yarn](https://classic.yarnpkg.com/en/) | ||
- Node.JS recommends managing Node.JS installations with [nvm](https://www.npmjs.com/package/npx) - [install](https://github.com/nvm-sh/nvm#install--update-script) | ||
- Yarn is not included with Node.JS with `nvm`. Run `npm install --global yarn` once Node.JS is installed. - [install](https://classic.yarnpkg.com/en/docs/install) | ||
- [Python 3.8+](https://www.python.org/) - [Install](https://www.python.org/downloads/) | ||
- [Python 3.11+](https://www.python.org/) - [Install](https://www.python.org/downloads/) | ||
- `pip3` to install the required packages for development within a virtual environment | ||
- `python venv` Some system installations of Python 3+ do not include python virtual environments that were added | ||
in Python 3.3+. Additional installation and setup may be necessary if using Python packaged with an OS (such as Ubuntu). | ||
|
@@ -458,7 +458,7 @@ To report a bug, refer to [πReporting Issues](CONTRIBUTING.md#reporting-issue | |
## Maintainers | ||
|
||
- [Angelina Uno-Antonison](https://github.com/SeriousHorncat) | ||
- Email: [email protected] | ||
- Email: `[email protected]` | ||
- [Rabab Fatima](https://github.com/fatimarabab) | ||
- [James Scherer](https://github.com/JmScherer) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
fastapi==0.74.1 | ||
uvicorn[standard]==0.22.0 | ||
fastapi[all]==0.103.2 | ||
uvicorn[standard]==0.23.2 | ||
python-cas==1.6.0 | ||
itsdangerous==2.1.2 | ||
pymongo==4.3.3 | ||
jq==1.4.0 | ||
pymongo==4.5.0 | ||
jq==1.6.0 | ||
|
||
python-multipart==0.0.5 | ||
python-multipart==0.0.6 | ||
python-jose[cryptography]==3.3.0 | ||
passlib==1.7.4 | ||
bcrypt==4.0.1 | ||
|
||
# dev | ||
pytest-cov==4.0.0 | ||
pytest==7.2.1 | ||
pylint==2.15.10 | ||
requests==2.28.2 | ||
yapf==0.32.0 | ||
pytest==7.4.2 | ||
pylint==3.0.0 | ||
requests==2.31.0 | ||
yapf==0.40.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.