CaesarCloudSync commited on
Commit
73a799d
·
1 Parent(s): 89f8dbf

getrevisioncardsws maybe connection works

Browse files
Files changed (2) hide show
  1. requirements.txt +15 -43
  2. requirements_old.txt +0 -79
requirements.txt CHANGED
@@ -1,108 +1,80 @@
1
- aiofiles==23.1.0
2
  aniso8601==9.0.1
3
- anyio==3.6.2
4
  backcall==0.2.0
5
- bcrypt==4.0.1
6
  beautifulsoup4==4.9.3
7
- blinker==1.5
8
  blis==0.7.5
9
  catalogue==2.0.6
10
  certifi==2021.10.8
11
  charset-normalizer==2.0.9
12
  click==8.0.3
13
  colorama==0.4.4
14
- contourpy==1.0.7
15
- cycler==0.11.0
16
  cymem==2.0.6
 
17
  debugpy==1.5.1
18
  decorator==5.1.0
 
 
19
  dnspython==2.1.0
 
 
20
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
21
  entrypoints==0.3
22
- fastapi==0.92.0
23
- fastapi-utils==0.2.1
24
  Flask==2.0.1
 
 
25
  Flask-Bcrypt==0.7.1
26
  Flask-Cors==3.0.10
 
 
27
  Flask-JWT-Extended==4.3.1
28
  Flask-Mail==0.9.1
29
  Flask-RESTful==0.3.9
30
  Flask-WTF==0.15.1
31
- fonttools==4.39.2
32
- greenlet==2.0.2
33
  gunicorn==20.1.0
34
- h11==0.14.0
35
- httptools==0.5.0
36
  idna==3.3
37
  ipykernel==6.6.0
38
  ipython==7.30.1
39
  itsdangerous==2.0.1
40
  jedi==0.18.1
41
  Jinja2==3.0.3
42
- joblib==1.2.0
43
  jupyter-client==7.1.0
44
  jupyter-core==4.9.1
45
- kiwisolver==1.4.4
46
  langcodes==3.3.0
47
- lxml==4.8.0
48
  MarkupSafe==2.0.1
49
- matplotlib==3.7.1
50
  matplotlib-inline==0.1.3
51
  murmurhash==1.0.6
52
  nest-asyncio==1.5.4
53
- numpy==1.24.2
54
- opencv-python==4.6.0.66
55
  packaging==21.3
56
- pandas==1.5.3
57
  parso==0.8.3
58
- passlib==1.7.4
59
  pathy==0.6.1
60
  pickleshare==0.7.5
61
- Pillow==9.4.0
62
  preshed==3.0.6
63
  prompt-toolkit==3.0.24
64
  pydantic==1.8.2
65
  Pygments==2.10.0
66
- PyJWT==2.6.0
67
  pymongo==4.0.1
68
  pyparsing==3.0.6
69
- pytesseract==0.3.9
70
  python-dateutil==2.8.2
71
- python-dotenv==0.19.2
72
- python-http-client==3.3.7
73
- pytz==2022.7.1
74
- pywin32==305
75
- PyYAML==6.0
76
- pyzmq==25.0.0
77
  requests==2.26.0
78
- scikit-learn==1.2.2
79
- scipy==1.10.1
80
- sendgrid==6.9.7
81
  six==1.16.0
82
  smart-open==5.2.1
83
- sniffio==1.3.0
84
  soupsieve==2.3.1
85
  spacy==3.2.1
86
  spacy-legacy==3.0.8
87
  spacy-loggers==1.0.1
88
- SQLAlchemy==1.4.46
89
  srsly==2.4.2
90
- starkbank-ecdsa==2.2.0
91
- starlette==0.25.0
92
- stripe==4.1.0
93
  thinc==8.0.13
94
- threadpoolctl==3.1.0
95
  tornado==6.1
96
  tqdm==4.62.3
97
  traitlets==5.1.1
 
98
  typer==0.4.0
99
  typing_extensions==4.0.1
100
  urllib3==1.26.7
101
- uvicorn==0.20.0
102
  wasabi==0.9.0
103
- watchfiles==0.19.0
104
  wcwidth==0.2.5
105
- websockets==11.0.3
106
  Werkzeug==2.0.2
107
- wincertstore==0.2
108
- WTForms==3.0.1
 
 
1
  aniso8601==9.0.1
 
2
  backcall==0.2.0
 
3
  beautifulsoup4==4.9.3
 
4
  blis==0.7.5
5
  catalogue==2.0.6
6
  certifi==2021.10.8
7
  charset-normalizer==2.0.9
8
  click==8.0.3
9
  colorama==0.4.4
10
+ python-dotenv==0.19.2
 
11
  cymem==2.0.6
12
+ stripe==4.1.0
13
  debugpy==1.5.1
14
  decorator==5.1.0
15
+ Flask-Mail==0.9.1
16
+ fastapi-utils==0.2.1
17
  dnspython==2.1.0
18
+ passlib==1.7.4
19
+ opencv-python==4.6.0.66
20
  en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
21
  entrypoints==0.3
22
+ pytesseract==0.3.9
 
23
  Flask==2.0.1
24
+ fastapi
25
+ uvicorn[standard]
26
  Flask-Bcrypt==0.7.1
27
  Flask-Cors==3.0.10
28
+ sendgrid==6.9.7
29
+ wsproto
30
  Flask-JWT-Extended==4.3.1
31
  Flask-Mail==0.9.1
32
  Flask-RESTful==0.3.9
33
  Flask-WTF==0.15.1
34
+ lxml==4.8.0
 
35
  gunicorn==20.1.0
 
 
36
  idna==3.3
37
  ipykernel==6.6.0
38
  ipython==7.30.1
39
  itsdangerous==2.0.1
40
  jedi==0.18.1
41
  Jinja2==3.0.3
 
42
  jupyter-client==7.1.0
43
  jupyter-core==4.9.1
 
44
  langcodes==3.3.0
 
45
  MarkupSafe==2.0.1
 
46
  matplotlib-inline==0.1.3
47
  murmurhash==1.0.6
48
  nest-asyncio==1.5.4
49
+ numpy==1.21.4
 
50
  packaging==21.3
 
51
  parso==0.8.3
 
52
  pathy==0.6.1
53
  pickleshare==0.7.5
 
54
  preshed==3.0.6
55
  prompt-toolkit==3.0.24
56
  pydantic==1.8.2
57
  Pygments==2.10.0
 
58
  pymongo==4.0.1
59
  pyparsing==3.0.6
 
60
  python-dateutil==2.8.2
 
 
 
 
 
 
61
  requests==2.26.0
 
 
 
62
  six==1.16.0
63
  smart-open==5.2.1
 
64
  soupsieve==2.3.1
65
  spacy==3.2.1
66
  spacy-legacy==3.0.8
67
  spacy-loggers==1.0.1
 
68
  srsly==2.4.2
 
 
 
69
  thinc==8.0.13
 
70
  tornado==6.1
71
  tqdm==4.62.3
72
  traitlets==5.1.1
73
+ websockets
74
  typer==0.4.0
75
  typing_extensions==4.0.1
76
  urllib3==1.26.7
77
+
78
  wasabi==0.9.0
 
79
  wcwidth==0.2.5
 
80
  Werkzeug==2.0.2
 
 
requirements_old.txt DELETED
@@ -1,79 +0,0 @@
1
- aniso8601==9.0.1
2
- backcall==0.2.0
3
- beautifulsoup4==4.9.3
4
- blis==0.7.5
5
- catalogue==2.0.6
6
- certifi==2021.10.8
7
- charset-normalizer==2.0.9
8
- click==8.0.3
9
- colorama==0.4.4
10
- python-dotenv==0.19.2
11
- cymem==2.0.6
12
- stripe==4.1.0
13
- debugpy==1.5.1
14
- decorator==5.1.0
15
- Flask-Mail==0.9.1
16
- fastapi-utils==0.2.1
17
- dnspython==2.1.0
18
- passlib==1.7.4
19
- opencv-python==4.6.0.66
20
- en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
21
- entrypoints==0.3
22
- pytesseract==0.3.9
23
- Flask==2.0.1
24
- fastapi
25
- uvicorn[standard]
26
- Flask-Bcrypt==0.7.1
27
- Flask-Cors==3.0.10
28
- sendgrid==6.9.7
29
- wsproto
30
- Flask-JWT-Extended==4.3.1
31
- Flask-Mail==0.9.1
32
- Flask-RESTful==0.3.9
33
- Flask-WTF==0.15.1
34
- lxml==4.8.0
35
- gunicorn==20.1.0
36
- idna==3.3
37
- ipykernel==6.6.0
38
- ipython==7.30.1
39
- itsdangerous==2.0.1
40
- jedi==0.18.1
41
- Jinja2==3.0.3
42
- jupyter-client==7.1.0
43
- jupyter-core==4.9.1
44
- langcodes==3.3.0
45
- MarkupSafe==2.0.1
46
- matplotlib-inline==0.1.3
47
- murmurhash==1.0.6
48
- nest-asyncio==1.5.4
49
- numpy==1.21.4
50
- packaging==21.3
51
- parso==0.8.3
52
- pathy==0.6.1
53
- pickleshare==0.7.5
54
- preshed==3.0.6
55
- prompt-toolkit==3.0.24
56
- pydantic==1.8.2
57
- Pygments==2.10.0
58
- pymongo==4.0.1
59
- pyparsing==3.0.6
60
- python-dateutil==2.8.2
61
- requests==2.26.0
62
- six==1.16.0
63
- smart-open==5.2.1
64
- soupsieve==2.3.1
65
- spacy==3.2.1
66
- spacy-legacy==3.0.8
67
- spacy-loggers==1.0.1
68
- srsly==2.4.2
69
- thinc==8.0.13
70
- tornado==6.1
71
- tqdm==4.62.3
72
- traitlets==5.1.1
73
- websockets
74
- typer==0.4.0
75
- typing_extensions==4.0.1
76
- urllib3==1.26.7
77
- wasabi==0.9.0
78
- wcwidth==0.2.5
79
- Werkzeug==2.0.2