diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-06 10:40:14 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-06 10:40:14 +0100 |
| commit | 154aafed569501a4bce7aef0a82cb5e1941d5f15 (patch) | |
| tree | 35f4928c50a25d64e8d5a08387121dd1b03de817 | |
| parent | e6c606ac93ab5fe155234204fed4828178eac12c (diff) | |
| download | apigrabber-154aafed569501a4bce7aef0a82cb5e1941d5f15.tar.gz apigrabber-154aafed569501a4bce7aef0a82cb5e1941d5f15.zip | |
move & minimalize requirements.txt
| -rw-r--r-- | requirements.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c323d27 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +aiodns==1.1.1 +aiohttp==1.2.0 +aiohttp-route-decorator==0.1.3 +appdirs==1.4.0 +async-timeout==1.1.0 +asyncpg==0.8.4 +cchardet==1.1.2 +chardet==2.3.0 +multidict==2.1.4 +packaging==16.8 +pycares==2.1.1 +pyparsing==2.1.10 +six==1.10.0 +yarl==0.8.1 |
