Add platform conditional for uvloop in requirements.txt
This commit is contained in:
		| @@ -5,7 +5,6 @@ RUN apk --no-cache add build-base | |||||||
| WORKDIR /app | WORKDIR /app | ||||||
| ADD requirements.txt /app | ADD requirements.txt /app | ||||||
| RUN pip install --trusted-host pypi.python.org -r requirements.txt | RUN pip install --trusted-host pypi.python.org -r requirements.txt | ||||||
| RUN pip install --trusted-host pypi.python.org uvloop |  | ||||||
|  |  | ||||||
| ADD . /app | ADD . /app | ||||||
|  |  | ||||||
|   | |||||||
| @@ -4,4 +4,5 @@ asyncpg | |||||||
| dateparser | dateparser | ||||||
| https://github.com/Rapptz/discord.py/archive/860d6a9ace8248dfeec18b8b159e7b757d9f56bb.zip#egg=discord.py | https://github.com/Rapptz/discord.py/archive/860d6a9ace8248dfeec18b8b159e7b757d9f56bb.zip#egg=discord.py | ||||||
| humanize | humanize | ||||||
|  | uvloop; sys.platform != 'win32' and sys.platform != 'cygwin' and sys.platform != 'cli' | ||||||
| ciso8601 | ciso8601 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user