mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add platform conditional for uvloop in requirements.txt
This commit is contained in:
parent
e289895423
commit
be09c87f52
2 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ RUN apk --no-cache add build-base
|
|||
WORKDIR /app
|
||||
ADD requirements.txt /app
|
||||
RUN pip install --trusted-host pypi.python.org -r requirements.txt
|
||||
RUN pip install --trusted-host pypi.python.org uvloop
|
||||
|
||||
ADD . /app
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@ asyncpg
|
|||
dateparser
|
||||
https://github.com/Rapptz/discord.py/archive/860d6a9ace8248dfeec18b8b159e7b757d9f56bb.zip#egg=discord.py
|
||||
humanize
|
||||
uvloop; sys.platform != 'win32' and sys.platform != 'cygwin' and sys.platform != 'cli'
|
||||
ciso8601
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue