diff --git a/requirements/aio.txt b/requirements/aio.txt new file mode 100644 index 0000000..ad1fc4d --- /dev/null +++ b/requirements/aio.txt @@ -0,0 +1,2 @@ +-r common.txt +aiohttp \ No newline at end of file diff --git a/requirements/common.txt b/requirements/common.txt index c4ff2ed..dbfc709 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,3 +1 @@ -PyYAML -requests[req] -aiohttp[aio] +PyYAML \ No newline at end of file diff --git a/requirements/dev.txt b/requirements/dev.txt index be725ff..3165c48 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,2 +1,3 @@ --r common.txt +-r aio.txt +-r req.txt coverage \ No newline at end of file diff --git a/requirements/req.txt b/requirements/req.txt new file mode 100644 index 0000000..a2f1251 --- /dev/null +++ b/requirements/req.txt @@ -0,0 +1,2 @@ +-r common.txt +requests \ No newline at end of file