Skip to content

Commit 2ede128

Browse files
committed
extras
1 parent 073d53c commit 2ede128

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed
5 Bytes
Binary file not shown.

backend/app/wsgi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import __init__.py
2+
3+
if __name__=="__main__":
4+
app.run(port=PORT)

requirements.txt

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
1-
pytest==5.1.2
1+
asn1crypto==1.4.0
2+
atomicwrites==1.4.0
3+
attrs==20.2.0
4+
certifi==2020.6.20
5+
cffi==1.14.3
6+
chardet==3.0.4
7+
click==7.1.2
8+
cryptography==2.7
29
Flask==1.1.1
10+
Flask-Cors==3.0.8
11+
gunicorn==20.0.4
12+
idna==2.8
13+
itsdangerous==1.1.0
14+
Jinja2==2.11.2
15+
MarkupSafe==1.1.1
16+
more-itertools==8.5.0
17+
packaging==20.4
18+
pluggy==0.13.1
319
pubnub==4.1.6
20+
py==1.9.0
21+
pycparser==2.20
22+
pycryptodomex==3.9.8
23+
pyparsing==2.4.7
24+
pytest==5.1.2
425
requests==2.22.0
5-
cryptography==2.7
6-
Flask-Cors==3.0.8
26+
six==1.15.0
27+
urllib3==1.25.11
28+
waitress==1.4.4
29+
wcwidth==0.2.5
30+
Werkzeug==1.0.1

0 commit comments

Comments
 (0)