-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
623863a
commit c08b2a0
Showing
3 changed files
with
61 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This workflow will install Python dependencies, run tests and lint with a single version of Python | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | ||
|
||
name: Python 3.7 | ||
name: Python 3.9 | ||
|
||
on: | ||
push: | ||
|
@@ -26,10 +26,10 @@ jobs: | |
mysql password: PASSWORD | ||
- name: Setup RabbitMQ | ||
uses: nijel/[email protected] | ||
- name: Set up Python 3.7 | ||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.7 | ||
python-version: 3.9 | ||
- name: Upgrade pip | ||
run: | | ||
python -m pip install --upgrade pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.7 | ||
FROM python:3.9 | ||
RUN apt-get update | ||
ENV PYTHONUNBUFFERED 1 | ||
RUN mkdir /FFXIVBOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,58 @@ | ||
beautifulsoup4==4.6.0 | ||
aioredis==1.3.1 | ||
asgiref==3.5.0 | ||
async-timeout==4.0.2 | ||
attrs==21.4.0 | ||
autobahn==22.3.2 | ||
Automat==20.2.0 | ||
beautifulsoup4==4.11.1 | ||
bs4==0.0.1 | ||
Django==2.2.28 | ||
mysqlclient==1.4.6 | ||
pytz==2018.3 | ||
requests>=2.20.0 | ||
uWSGI>=2.0.17 | ||
channels==2.3.1 | ||
channels-redis>=2.2.1 | ||
websocket-client==0.53.0 | ||
websockets==9.1 | ||
dice==2.3.5 | ||
pika==0.13.1 | ||
requests-cache==0.4.13 | ||
tqdm==4.31.1 | ||
cryptography==3.3.2 | ||
feedparser==5.2.1 | ||
opencv-python==4.2.0.32 | ||
numpy==1.21.0 | ||
Pillow>=7.1.0 | ||
python-socketio==4.6.0 | ||
PyYAML==5.4 | ||
redis==3.1.0 | ||
jieba==0.39 | ||
wordcloud==1.8.0 | ||
lxml==4.6.5 | ||
selenium==3.141.0 | ||
certifi==2021.10.8 | ||
cffi==1.15.0 | ||
channels==3.0.4 | ||
channels-redis==3.4.0 | ||
charset-normalizer==2.0.12 | ||
constantly==15.1.0 | ||
cryptography==36.0.2 | ||
cycler==0.11.0 | ||
daphne==3.0.2 | ||
Deprecated==1.2.13 | ||
dice==3.1.2 | ||
Django==4.0.4 | ||
docopt==0.6.2 | ||
feedparser==6.0.8 | ||
fonttools==4.33.2 | ||
hiredis==2.0.0 | ||
hyperlink==21.0.0 | ||
idna==3.3 | ||
incremental==21.3.0 | ||
kiwisolver==1.4.2 | ||
matplotlib==3.5.1 | ||
msgpack==1.0.3 | ||
mysqlclient==2.1.0 | ||
numpy==1.22.3 | ||
packaging==21.3 | ||
pika==1.2.0 | ||
Pillow==9.1.0 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycparser==2.21 | ||
pyOpenSSL==22.0.0 | ||
pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0 | ||
redis==4.2.2 | ||
requests==2.27.1 | ||
service-identity==21.1.0 | ||
sgmllib3k==1.0.0 | ||
six==1.16.0 | ||
soupsieve==2.3.2.post1 | ||
sqlparse==0.4.2 | ||
Twisted==22.4.0 | ||
txaio==22.2.1 | ||
typing_extensions==4.2.0 | ||
urllib3==1.26.9 | ||
websocket-client==1.3.2 | ||
websockets==10.3 | ||
wordcloud==1.8.1 | ||
wrapt==1.14.0 | ||
zope.interface==5.4.0 |