Skip to content

Commit

Permalink
Merge pull request #898 from hackforla/feat-api-camelcase
Browse files Browse the repository at this point in the history
Feat api camelcase
  • Loading branch information
mattyweb authored Jan 21, 2021
2 parents 34b0f31 + ad4ba14 commit 787dd17
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 67 deletions.
1 change: 1 addition & 0 deletions server/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ujson = "*"
sentry-sdk = "*"
aiocache = {extras = ["redis"], version = "*"}
gunicorn = "*"
uvloop = "*"

[requires]
python_version = "3.7"
105 changes: 40 additions & 65 deletions server/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions server/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiocache==0.11.1
aioredis==1.3.1
alembic==1.4.3
alembic==1.5.2
async-timeout==3.0.1
asyncpg==0.21.0
attrs==20.3.0
Expand Down Expand Up @@ -34,7 +34,7 @@ mccabe==0.6.1
munch==2.5.0
numpy==1.19.5
packaging==20.8
pandas==1.1.5
pandas==1.2.1
pluggy==0.13.1
psycopg2-binary==2.8.6
py==1.10.0
Expand Down Expand Up @@ -67,4 +67,5 @@ typing-extensions==3.7.4.3
ujson==4.0.1
urllib3==1.26.2
uvicorn==0.13.3
uvloop==0.14.0
zipp==3.4.0

0 comments on commit 787dd17

Please sign in to comment.