Skip to content

Commit

Permalink
Revert final changes from #84
Browse files Browse the repository at this point in the history
Removes a file from our gitignore we are no longer using and removes
a package from our backend requirements.txt that was being used to
process yaml.
  • Loading branch information
swood-scottlogic committed Sep 4, 2024
1 parent 8deabfa commit c5b52a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ celerybeat.pid

# Environments
.env
env.yml
.venv
env/
venv/
Expand Down Expand Up @@ -174,4 +173,4 @@ poetry.toml

# IDE stuff
.vscode
/.idea/material_theme_project_new.xml
/.idea/material_theme_project_new.xml
1 change: 0 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ beautifulsoup4==4.12.3
aiohttp==3.9.5
googlesearch-python==1.2.4
matplotlib==3.9.1
pyyaml==6.0.2
pillow==10.4.0
pypdf==4.3.1

0 comments on commit c5b52a8

Please sign in to comment.