Skip to content

Commit 0d3fbf8

Browse files
authored
chore(deps): pin setuptools (#223)
Setuptools is broken but not locally or in ci, only on certain machines and somehow this fixes things but is a hack.
1 parent 5335350 commit 0d3fbf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
setuptools<82 # until we modernize everything, we need this.
2+
13
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
24
autobahn<25.10.1 # Pin to avoid v25.10.1 that is giving build troubles.
35
django-celery-beat # https://github.com/celery/django-celery-beat

0 commit comments

Comments
 (0)