Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
with:
args: "."

- name: Run front-end code formatting with Prettier
uses: creyD/[email protected]
with:
commit_message: Format code with Black and Prettier
prettier_options: --write {**/*,*}.{js,ts,jsx,tsx,html,css}

- name: Switch to current branch
run: git checkout ${{ env.BRANCH }}

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Student Network - Reconnect

[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
![CI](https://github.com/IsaacCheng9/student-network/actions/workflows/main.yml/badge.svg)

A student network which promotes interaction within the student community.
Expand All @@ -19,7 +18,6 @@ each other in a fun and friendly online environment.
![Taking Quizzes](https://user-images.githubusercontent.com/47993930/148656440-ebe6b74b-ccdd-4277-a258-5bd467155bb2.png)
![Quiz Results](https://user-images.githubusercontent.com/47993930/148656480-ae105aaa-26b9-4111-a168-ba383bcc0cbf.png)


## Installation

### Python Version
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
email_validator==1.1.3
Flask==2.3.2
Flask_SocketIO==5.1.1
Pillow==9.0.1
Werkzeug==2.2.3
Pillow==9.3.0
Werkzeug==3.0.0
Pillow==10.0.1
bcrypt==3.2.0
pytest==6.2.5
pytest-steps==1.8.0
Expand Down