File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 22* .pyc
33.pytest_cache
44.dockerignore
5- requirements.txt
65actor_data
76private_services
87deploy /production /codec /_temp /
Original file line number Diff line number Diff line change 1+ ################################################################################
2+ # python_version = "3.6"
3+ ################################################################################
4+
5+ aiohttp == 3.5.4
6+ arrow == 0.14.1
7+ asyncpg == 0.18.3
8+ bcrypt == 3.1.6
9+ croniter == 0.3.30
10+ flask-cors == 3.0.7
11+ flask-httpauth == 3.3.0
12+ flask-mail == 0.9.1
13+ flask-migrate == 2.5.2
14+ flask-sqlalchemy == 2.4.0
15+ flask-uploads == 0.2.1
16+ flask == 1.0.3
17+ gunicorn == 19.9.0
18+ immutables == 0.9
19+ itsdangerous == 1.1.0
20+ lxml == 4.3.3
21+ marshmallow == 2.19.2
22+ mode == 4.0.0
23+ numpy == 1.16.4
24+ pandas == 0.24.2
25+ paramiko == 2.4.2
26+ psycopg2-binary == 2.8.2
27+ pyopenssl == 19.0.0
28+ pytest == 4.6.2
29+ python-multipart == 0.0.5
30+ pytz == 2019.1
31+ pyyaml == 5.1
32+ requests == 2.22.0
33+ sqlalchemy == 1.3.4
34+ starlette == 0.12.0
35+ uvicorn == 0.7.1
36+ uvloop == 0.12.2
37+ xlrd == 1.2.0
38+ xlsxwriter == 1.1.8
You can’t perform that action at this time.
0 commit comments