Skip to content

Commit

Permalink
Merge pull request #3 from Wilcolab/my-new-branch
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
sumansourav authored Oct 29, 2024
2 parents e2cf434 + 78f1311 commit 9abc2fe
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 43 deletions.
86 changes: 43 additions & 43 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
aiosql==3.3.1
alembic==1.7.6
anyio==3.5.0
asgiref==3.5.0
asyncpg==0.25.0
bcrypt==3.2.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.11
click==8.0.3
colorama==0.4.4; platform_system == "Windows"
colorama==0.4.4; sys_platform == "win32"
contextlib2==21.6.0
databases==0.5.5
dnspython==2.2.0
email-validator==1.1.3
fastapi==0.73.0
greenlet==1.1.2; python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
gunicorn==20.1.0
h11==0.12.0
idna==3.3
loguru==0.6.0
mako==1.1.6
markupsafe==2.0.1
passlib==1.7.4
psycopg2-binary==2.9.3
pycparser==2.21
pydantic==1.9.0
pyjwt==2.3.0
pypika==0.48.8
python-dotenv==0.19.2
python-slugify==5.0.2
requests==2.28.0
six==1.16.0
sniffio==1.2.0
sqlalchemy==1.4.31
starlette==0.17.1
text-unidecode==1.3
typing-extensions==3.10.0.2
unidecode==1.3.2
urllib3==1.26.9
uvicorn==0.17.4
win32-setctime==1.1.0; sys_platform == "win32"
aiosql==3.3.1 ; python_full_version == "3.9.13"
alembic==1.7.6 ; python_full_version == "3.9.13"
anyio==3.5.0 ; python_full_version == "3.9.13"
asgiref==3.5.0 ; python_full_version == "3.9.13"
asyncpg==0.25.0 ; python_full_version == "3.9.13"
bcrypt==3.2.0 ; python_full_version == "3.9.13"
certifi==2021.10.8 ; python_full_version == "3.9.13"
cffi==1.15.0 ; python_full_version == "3.9.13"
charset-normalizer==2.0.11 ; python_full_version == "3.9.13"
click==8.0.3 ; python_full_version == "3.9.13"
colorama==0.4.4 ; sys_platform == "win32" and python_full_version == "3.9.13" or platform_system == "Windows" and python_full_version == "3.9.13"
contextlib2==21.6.0 ; python_full_version == "3.9.13"
databases==0.5.5 ; python_full_version == "3.9.13"
dnspython==2.2.0 ; python_full_version == "3.9.13"
email-validator==1.1.3 ; python_full_version == "3.9.13"
fastapi==0.73.0 ; python_full_version == "3.9.13"
greenlet==1.1.2 ; python_full_version == "3.9.13" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
gunicorn==20.1.0 ; python_full_version == "3.9.13"
h11==0.12.0 ; python_full_version == "3.9.13"
idna==3.3 ; python_full_version == "3.9.13"
loguru==0.6.0 ; python_full_version == "3.9.13"
mako==1.1.6 ; python_full_version == "3.9.13"
markupsafe==2.0.1 ; python_full_version == "3.9.13"
passlib[bcrypt]==1.7.4 ; python_full_version == "3.9.13"
psycopg2-binary==2.9.3 ; python_full_version == "3.9.13"
pycparser==2.21 ; python_full_version == "3.9.13"
pydantic==1.9.0 ; python_full_version == "3.9.13"
pydantic[dotenv,email]==1.9.0 ; python_full_version == "3.9.13"
pyjwt==2.3.0 ; python_full_version == "3.9.13"
pypika==0.48.8 ; python_full_version == "3.9.13"
python-dotenv==0.19.2 ; python_full_version == "3.9.13"
python-slugify==5.0.2 ; python_full_version == "3.9.13"
requests==2.28.0 ; python_full_version == "3.9.13"
six==1.16.0 ; python_full_version == "3.9.13"
sniffio==1.2.0 ; python_full_version == "3.9.13"
sqlalchemy==1.4.31 ; python_full_version == "3.9.13"
starlette==0.17.1 ; python_full_version == "3.9.13"
text-unidecode==1.3 ; python_full_version == "3.9.13"
typing-extensions==3.10.0.2 ; python_full_version == "3.9.13"
unidecode==1.3.2 ; python_full_version == "3.9.13"
urllib3==1.26.9 ; python_full_version == "3.9.13"
uvicorn==0.17.4 ; python_full_version == "3.9.13"
win32-setctime==1.1.0 ; sys_platform == "win32" and python_full_version == "3.9.13"
4 changes: 4 additions & 0 deletions frontend/src/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ body {
.user-info {
min-width: 800px;
}

.navbar-nav .nav-item .nav-link {
color: #FFFFFF;
}

0 comments on commit 9abc2fe

Please sign in to comment.