Skip to content

Commit 3fd33eb

Browse files
authored
fix: Reduce dependencies in backend packages (#148)
Currently, `pipenv` is tracking packages that are no longer used within the repository. To maintain a small surface area, these have been removed. Tests running the existing `main.go` file work properly.
1 parent eb73988 commit 3fd33eb

File tree

2 files changed

+1112
-1051
lines changed

2 files changed

+1112
-1051
lines changed

data-app/Pipfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
pandas = "2.2.3"
7+
pandas = "2.3.3"
88
openpyxl = "*"
99
sqlalchemy = "*"
1010
requests = "*"
1111
nameparser = "*"
12-
scipy = "*"
1312
alembic = "*"
1413
aiohttp = "*"
15-
ratemyprofessorapi = "*"
1614
gql = "*"
1715

1816
[dev-packages]

0 commit comments

Comments
 (0)