Skip to content

Commit

Permalink
Merge pull request #305 from cancervariants/issue-303-main
Browse files Browse the repository at this point in the history
refactor!: changes to help with serverless
  • Loading branch information
korikuzma authored Nov 2, 2022
2 parents 888d539 + 9e72496 commit 9b9e24d
Show file tree
Hide file tree
Showing 17 changed files with 224 additions and 485 deletions.
8 changes: 0 additions & 8 deletions .ebextensions/00sample_log.config

This file was deleted.

4 changes: 0 additions & 4 deletions .ebextensions/01app.config

This file was deleted.

25 changes: 7 additions & 18 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,20 @@ verify_ssl = true
[packages]
pydantic = ">=1.8.2"
fastapi = ">=0.72.0"
urllib3 = ">=1.26.5"
uvicorn = "*"
click = "*"
lxml = ">=4.6.5"
uvicorn = "*"
boto3 = "*"
cython = "*"
"ga4gh.vrsatile.pydantic" = "==0.0.11"

[dev-packages]
thera-py = {editable = true, path = "."}
disease-normalizer = "==0.2.15"
owlready2 = "*"
pyparsing = "*"
rdflib = "*"
uvloop = "*"
websockets = ">=9.1"
httptools = "*"
typing-extensions = "*"
wikibaseintegrator = ">=0.12.0"
ipykernel = "*"
bs4 = "*"
pyyaml = "*"
disease-normalizer = ">=0.2.13"
"ga4gh.vrsatile.pydantic" = ">=0.1.dev1"
chembl-downloader = "*"
bioversions = ">=0.4.3"
pystow = "*"

[dev-packages]
thera-py = {editable = true, path = "."}
ipykernel = "*"
pytest = "*"
pytest-cov = "*"
pre-commit = "*"
Expand Down
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

50 changes: 0 additions & 50 deletions codebuild/deploy_eb_env.py

This file was deleted.

50 changes: 0 additions & 50 deletions codebuild/deploy_eb_env_dev.py

This file was deleted.

29 changes: 0 additions & 29 deletions codebuild/terminate_eb_env.py

This file was deleted.

29 changes: 0 additions & 29 deletions codebuild/terminate_eb_env_dev.py

This file was deleted.

Loading

0 comments on commit 9b9e24d

Please sign in to comment.