Skip to content

Commit

Permalink
Move mysqlclient to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Sep 13, 2023
1 parent 87c6012 commit 3890980
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
pip install wheel
pip install -r requirements.txt
pip install mysqlclient coverage
pip install coverage
cp .ci.settings.py dmoj/local_settings.py
- name: Start MySQL
run: sudo systemctl start mysql.service
Expand Down
1 change: 0 additions & 1 deletion additional_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mysqlclient
uwsgi
websocket-client
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ django-social-share
django-sortedm2m>=3.1.0
django-impersonate
django-redis
mysqlclient
dmoj-wpadmin @ git+https://github.com/DMOJ/dmoj-wpadmin.git
lxml
Pygments<2.12
Expand Down

0 comments on commit 3890980

Please sign in to comment.