Skip to content
Open
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
2 changes: 1 addition & 1 deletion esp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pillow==6.2.2 # Required for ImageField, which we use in teacher bios
psycopg2==2.8.6 # Talks to postgres
pycurl==7.19.5.1 # Used only in mailing labels and a formstack script which I think is outdated
pydns==2.3.6 # Used for validating email addresses; imports as "DNS", not "pydns"
Pygments==2.0.2 # django-extensions dependency
Pygments==2.7.4 # django-extensions dependency
pyinotify # Makes dev servers auto-reload
pylibmc==1.5.0 # Talks to memcached
pytz==2015.4 # Required for timezone support
Expand Down