-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements_floating.txt
25 lines (25 loc) · 1.35 KB
/
requirements_floating.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#################################################################################################
# #
# High-level project requirements in floating mode (i.e. w/o dependencies and versions). #
# #
# Only used to track the high-level dependencies of diia_auth_server in addition to be used to track #
# upgrades to such pip dependencies. #
# #
# DO NOT use this file to resolve dependencies when installing the project. Please refer to #
# `setup.py` or `make install` to know more about the installation process. #
# #
#################################################################################################
aiohttp
aiohttp-swagger # swagger
aiotask_context
async_timeout # aiohttp dep
attrs # aiohttp dep
chardet # aiohttp dep
multidict # aiohttp dep
psycopg2-binary
raven # sentry
raven-aiohttp # sentry
SQLAlchemy
ujson
uvloop
yarl # aiohttp dep