diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-28 16:45:47 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-28 16:45:47 +0100 |
| commit | 73f61cb7804c5a36084c69e81a39e393312313e8 (patch) | |
| tree | 7c66d86e1d17e59808153e01394233f5bacb3c9b | |
| parent | 9535cab8d794a01134b8dccfbf54ebf3eac65037 (diff) | |
| download | apigrabber-73f61cb7804c5a36084c69e81a39e393312313e8.tar.gz apigrabber-73f61cb7804c5a36084c69e81a39e393312313e8.zip | |
api: add venv requirements
| -rw-r--r-- | requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1d1dbba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +aiodns==1.1.1 +aiohttp==1.2.0 +aiohttp-route-decorator==0.1.3 +async-timeout==1.1.0 +asyncpg==0.8.4 +cchardet==1.1.2 +multidict==2.1.4 +yarl==0.8.1 |
