Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Sep 4, 2023
1 parent 527daeb commit 7f3cf07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ configobj==5.0.8 # required by brewpi.py
# numpy==1.18.4 --no-binary=numpy # The wheel for numpy also has issues (at least on Stretch)

pytz==2023.3 # required by manage.py migrate
sentry-sdk==1.25.1 # used for debugging
sentry-sdk==1.30.0 # used for debugging
django-constance[database] # for managing user-configured constants
GitPython==3.1.31 # for managing git integration
GitPython==3.1.34 # for managing git integration
zeroconf==0.38.4 # for locating ESP8266 devices
huey==2.4.5 # asynchronous task queue
pid # for pid-file handling
Expand All @@ -23,7 +23,7 @@ esptool==2.8 # for flashing ESP8266 devices
redis==4.5.5 # for huey & gravity sensor support
aioblescan==0.2.6 # Replacement for beacontools for Tilt support

django-environ==0.8.1 # https://github.com/joke2k/django-environ
django-environ==0.11.2 # https://github.com/joke2k/django-environ
whitenoise==6.0.0 # https://github.com/evansd/whitenoise
cryptography==36.0.2 # For the latest versions of esptool

Expand Down

0 comments on commit 7f3cf07

Please sign in to comment.