Skip to content

Commit

Permalink
Merge pull request #150 from UCF/hf-updates
Browse files Browse the repository at this point in the history
Updated django and python-ldap
  • Loading branch information
jmbarne3 authored Apr 18, 2022
2 parents 6fcdf84 + cd7c3ec commit 08a4f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2020.6.20
# via requests
chardet==3.0.4
# via requests
django==3.1.12
django==3.1.14
# via PostMaster (setup.py)
django-widget-tweaks==1.4.8
# via PostMaster (setup.py)
Expand All @@ -30,7 +30,7 @@ pyasn1==0.4.8
# python-ldap
pyasn1-modules==0.2.8
# via python-ldap
python-ldap==3.3.1
python-ldap==3.4.0
# via PostMaster (setup.py)
pytz==2020.1
# via django
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='PostMaster',
version='4.0.0',
version='4.0.1',
description='An application for sending emails with remote content to arbitrary recipients.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -23,11 +23,11 @@
],
packages=find_packages('.'),
install_requires=[
'Django==3.1.12',
'Django==3.1.14',
'django-widget-tweaks',
'gunicorn',
'mysqlclient',
'python-ldap',
'python-ldap>=3.4.0',
'requests==2.25.1',
'tqdm',
'unicodecsv',
Expand Down

0 comments on commit 08a4f10

Please sign in to comment.