test
This commit is contained in:
parent
0dac752b36
commit
5f263f5bb3
|
|
@ -1,5 +1,5 @@
|
|||
import requests
|
||||
import urllib.parse
|
||||
import urllib3.parse
|
||||
|
||||
from flask import redirect, render_template, request, session
|
||||
from functools import wraps
|
||||
|
|
|
|||
127
requirements.txt
127
requirements.txt
|
|
@ -1,121 +1,6 @@
|
|||
absl-py==0.8.1
|
||||
astor==0.8.0
|
||||
attrs==19.2.0
|
||||
audioread==2.1.8
|
||||
Babel==2.7.0
|
||||
backcall==0.1.0
|
||||
bleach==3.1.0
|
||||
blinker==1.4
|
||||
certifi==2019.9.11
|
||||
cffi==1.13.0
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
colorama==0.4.1
|
||||
cs50==4.0.3
|
||||
cycler==0.10.0
|
||||
decorator==4.4.0
|
||||
defusedxml==0.6.0
|
||||
entrypoints==0.3
|
||||
Flask==1.1.1
|
||||
Flask-BabelEx==0.9.3
|
||||
Flask-Login==0.4.1
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Principal==0.4.0
|
||||
Flask-Security==3.0.0
|
||||
Flask-Session==0.3.1
|
||||
Flask-SQLAlchemy==2.4.1
|
||||
Flask-WTF==0.14.2
|
||||
gast==0.2.2
|
||||
google-pasta==0.1.7
|
||||
grpcio==1.24.1
|
||||
gunicorn==20.0.4
|
||||
h5py==2.10.0
|
||||
idna==2.8
|
||||
importlib-metadata==0.23
|
||||
ipykernel==5.1.2
|
||||
ipython==7.8.0
|
||||
ipython-genutils==0.2.0
|
||||
ipywidgets==7.5.1
|
||||
itsdangerous==1.1.0
|
||||
jedi==0.15.1
|
||||
Jinja2==2.10.3
|
||||
joblib==0.14.0
|
||||
jsonschema==3.1.1
|
||||
jupyter==1.0.0
|
||||
jupyter-client==5.3.4
|
||||
jupyter-console==6.0.0
|
||||
jupyter-core==4.6.0
|
||||
kaggle==1.5.6
|
||||
Keras==2.3.1
|
||||
Keras-Applications==1.0.8
|
||||
Keras-Preprocessing==1.1.0
|
||||
kiwisolver==1.1.0
|
||||
latex2sympy==1.0.3
|
||||
librosa==0.7.1
|
||||
llvmlite==0.30.0
|
||||
Markdown==3.1.1
|
||||
MarkupSafe==1.1.1
|
||||
matplotlib==3.1.1
|
||||
mistune==0.8.4
|
||||
more-itertools==7.2.0
|
||||
mpmath==1.1.0
|
||||
nbconvert==5.6.0
|
||||
nbformat==4.4.0
|
||||
notebook==6.0.1
|
||||
numba==0.46.0
|
||||
numpy==1.17.2
|
||||
opt-einsum==3.1.0
|
||||
pandas==0.25.1
|
||||
pandocfilters==1.4.2
|
||||
parso==0.5.1
|
||||
passlib==1.7.2
|
||||
pickleshare==0.7.5
|
||||
prometheus-client==0.7.1
|
||||
prompt-toolkit==2.0.10
|
||||
protobuf==3.10.0
|
||||
pycparser==2.19
|
||||
Pygments==2.4.2
|
||||
pyparsing==2.4.2
|
||||
pyrsistent==0.15.4
|
||||
python-dateutil==2.8.0
|
||||
python-slugify==4.0.0
|
||||
python-speech-features==0.6
|
||||
pytz==2019.3
|
||||
pywin32==225
|
||||
pywinpty==0.5.5
|
||||
PyYAML==5.1.2
|
||||
pyzmq==18.1.0
|
||||
qtconsole==4.5.5
|
||||
requests==2.22.0
|
||||
resampy==0.2.2
|
||||
scikit-learn==0.21.3
|
||||
scipy==1.3.1
|
||||
Send2Trash==1.5.0
|
||||
six==1.12.0
|
||||
sklearn==0.0
|
||||
sklearn-pandas==1.8.0
|
||||
SoundFile==0.10.2
|
||||
speaklater==1.3
|
||||
SQLAlchemy==1.3.10
|
||||
sqlparse==0.3.0
|
||||
sympy==1.4
|
||||
tensorboard==2.0.0
|
||||
tensorflow==2.0.0
|
||||
tensorflow-estimator==2.0.0
|
||||
termcolor==1.1.0
|
||||
terminado==0.8.2
|
||||
testpath==0.4.2
|
||||
text-unidecode==1.3
|
||||
tornado==6.0.3
|
||||
tqdm==4.36.1
|
||||
traitlets==4.3.3
|
||||
urllib3==1.24.3
|
||||
virtualenv==16.7.8
|
||||
wcwidth==0.1.7
|
||||
webencodings==0.5.1
|
||||
Werkzeug==0.16.0
|
||||
widgetsnbextension==3.5.1
|
||||
wrapt==1.11.2
|
||||
WTForms==2.2.1
|
||||
xlrd==1.2.0
|
||||
zipp==0.6.0
|
||||
flask
|
||||
sympy
|
||||
numpy
|
||||
urllib3
|
||||
functools
|
||||
requests
|
||||
|
|
|
|||
Loading…
Reference in New Issue