Skip to content

Commit

Permalink
Log into Synapse with auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
pcstout committed Oct 5, 2023
1 parent 8c726a9 commit 19b6ef8
Show file tree
Hide file tree
Showing 58 changed files with 4,196 additions and 14,503 deletions.
6 changes: 3 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[run]
branch = True
source =
core
data
handlers
src/core
src/data
src/handlers
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
.PHONY: reqs
reqs:
pip install -r requirements.txt
pip install -r requirements-dev.txt


.PHONY: upgrade_reqs
upgrade_reqs:
pip-upgrade requirements.txt
pip-upgrade requirements-dev.txt
python -m pip install --upgrade pip
pipenv install --dev


.PHONY: package
Expand Down
31 changes: 31 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyyaml = "*"
sls-tools = ">=0.0.3"
synapseclient = ">=2.5.0"
jsonschema = "4.2.1"
boto3 = "1.20.6"
graphene = "==2.1.9"
graphql-server-core = "2.0.0"
pyjwt = "2.3.0"
python-pptx = "==0.6.21"

[dev-packages]
autopep8 = "*"
pylint = "<3.0.0"
pytest = "*"
pytest-mock = "*"
pytest-pylint = "*"
pytest-cov = "*"
coverage = "*"
coveralls = "*"
moto = "*"
responses = "*"
synapse_test_helper = ">=0.0.3"

[requires]
python_version = "3.10"
1,627 changes: 1,627 additions & 0 deletions Pipfile.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Capabilities:
- Install Serverless Plugins:
- `npm install`
- Create and activate a Virtual Environment:
- `python3.8 -m venv .venv`
- `source .venv/bin/activate`
- `python -m pip install --upgrade pip` (REQUIRED!)
- `pipenv --python3.10`
- `pipenv shell`
- Configure environment variables:
- Copy each file in [templates](templates) into the project's root directory and edit each file to contain the
correct values.
Expand Down
Loading

0 comments on commit 19b6ef8

Please sign in to comment.