This commit is contained in:
adii1823
2021-10-28 17:41:38 +05:30
parent 03bb4d43c0
commit 0a0ceaf7d7
51 changed files with 2945 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
jupyterlab
pdbpp
faker
isort
black
+256
View File
@@ -0,0 +1,256 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile dev.in
#
anyio==3.3.0
# via jupyter-server
appdirs==1.4.4
# via black
appnope==0.1.2
# via
# ipykernel
# ipython
argon2-cffi==20.1.0
# via
# jupyter-server
# notebook
attrs==21.2.0
# via jsonschema
babel==2.9.1
# via jupyterlab-server
backcall==0.2.0
# via ipython
black==21.7b0
# via -r dev.in
bleach==4.0.0
# via nbconvert
certifi==2021.5.30
# via requests
cffi==1.14.6
# via argon2-cffi
charset-normalizer==2.0.4
# via requests
click==8.0.1
# via black
debugpy==1.4.1
# via ipykernel
decorator==5.0.9
# via ipython
defusedxml==0.7.1
# via nbconvert
entrypoints==0.3
# via
# jupyter-client
# jupyterlab-server
# nbconvert
faker==8.12.0
# via -r dev.in
fancycompleter==0.9.1
# via pdbpp
idna==3.2
# via
# anyio
# requests
ipykernel==6.2.0
# via notebook
ipython==7.26.0
# via
# ipykernel
# jupyterlab
ipython-genutils==0.2.0
# via
# jupyter-server
# nbformat
# notebook
# traitlets
isort==5.9.3
# via -r dev.in
jedi==0.18.0
# via ipython
jinja2==3.0.1
# via
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
# notebook
json5==0.9.6
# via jupyterlab-server
jsonschema==3.2.0
# via
# jupyterlab-server
# nbformat
jupyter-client==7.0.1
# via
# ipykernel
# jupyter-server
# nbclient
# notebook
jupyter-core==4.7.1
# via
# jupyter-client
# jupyter-server
# jupyterlab
# nbconvert
# nbformat
# notebook
jupyter-server==1.10.2
# via
# jupyterlab
# jupyterlab-server
# nbclassic
jupyterlab==3.1.7
# via -r dev.in
jupyterlab-pygments==0.1.2
# via nbconvert
jupyterlab-server==2.7.1
# via jupyterlab
markupsafe==2.0.1
# via jinja2
matplotlib-inline==0.1.2
# via
# ipykernel
# ipython
mistune==0.8.4
# via nbconvert
mypy-extensions==0.4.3
# via black
nbclassic==0.3.1
# via jupyterlab
nbclient==0.5.4
# via nbconvert
nbconvert==6.1.0
# via
# jupyter-server
# notebook
nbformat==5.1.3
# via
# jupyter-server
# nbclient
# nbconvert
# notebook
nest-asyncio==1.5.1
# via
# jupyter-client
# nbclient
notebook==6.4.3
# via nbclassic
packaging==21.0
# via
# bleach
# jupyterlab
# jupyterlab-server
pandocfilters==1.4.3
# via nbconvert
parso==0.8.2
# via jedi
pathspec==0.9.0
# via black
pdbpp==0.10.3
# via -r dev.in
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
prometheus-client==0.11.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.20
# via ipython
ptyprocess==0.7.0
# via
# pexpect
# terminado
pycparser==2.20
# via cffi
pygments==2.10.0
# via
# ipython
# jupyterlab-pygments
# nbconvert
# pdbpp
pyparsing==2.4.7
# via packaging
pyrepl==0.9.0
# via fancycompleter
pyrsistent==0.18.0
# via jsonschema
python-dateutil==2.8.2
# via
# faker
# jupyter-client
pytz==2021.1
# via babel
pyzmq==22.2.1
# via
# jupyter-client
# jupyter-server
# notebook
regex==2021.8.3
# via black
requests==2.26.0
# via
# jupyterlab-server
# requests-unixsocket
requests-unixsocket==0.2.0
# via jupyter-server
send2trash==1.8.0
# via
# jupyter-server
# notebook
six==1.16.0
# via
# argon2-cffi
# bleach
# jsonschema
# python-dateutil
sniffio==1.2.0
# via anyio
terminado==0.11.1
# via
# jupyter-server
# notebook
testpath==0.5.0
# via nbconvert
text-unidecode==1.3
# via faker
tomli==1.2.1
# via black
tornado==6.1
# via
# ipykernel
# jupyter-client
# jupyter-server
# jupyterlab
# notebook
# terminado
traitlets==5.0.5
# via
# ipykernel
# ipython
# jupyter-client
# jupyter-core
# jupyter-server
# matplotlib-inline
# nbclient
# nbconvert
# nbformat
# notebook
urllib3==1.26.6
# via
# requests
# requests-unixsocket
wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via bleach
websocket-client==1.2.1
# via jupyter-server
wmctrl==0.4
# via pdbpp
# The following packages are considered to be unsafe in a requirements file:
# setuptools
+8
View File
@@ -0,0 +1,8 @@
django
fastapi
pydantic[email]
pyjwt[crypto]
python-dotenv
requests
sqlalchemy
uvicorn
+62
View File
@@ -0,0 +1,62 @@
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
#
asgiref==3.4.1
# via
# django
# uvicorn
certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
charset-normalizer==2.0.4
# via requests
click==8.0.1
# via uvicorn
cryptography==3.4.7
# via pyjwt
django==3.2.6
# via -r requirements.in
dnspython==2.1.0
# via email-validator
email-validator==1.1.3
# via pydantic
fastapi==0.68.0
# via -r requirements.in
greenlet==1.1.1
# via sqlalchemy
h11==0.12.0
# via uvicorn
idna==3.2
# via
# email-validator
# requests
pycparser==2.20
# via cffi
pydantic[email]==1.8.2
# via
# -r requirements.in
# fastapi
pyjwt[crypto]==2.1.0
# via -r requirements.in
python-dotenv==0.19.0
# via -r requirements.in
pytz==2021.1
# via django
requests==2.26.0
# via -r requirements.in
sqlalchemy==1.4.23
# via -r requirements.in
sqlparse==0.4.1
# via django
starlette==0.14.2
# via fastapi
typing-extensions==3.10.0.0
# via pydantic
urllib3==1.26.6
# via requests
uvicorn==0.15.0
# via -r requirements.in