Skip to content

Commit

Permalink
Update requirements, requirements-dev from pinned Pipfile (compserv#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslzhu committed Jun 11, 2019
1 parent b7a63a3 commit 7f8ed5a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
-i https://pypi.python.org/simple
aspy.yaml==1.2.0
aspy.yaml==1.3.0
atomicwrites==1.3.0
attrs==19.1.0
cfgv==1.6.0
cfgv==2.0.0
colorama==0.4.1 ; sys_platform == 'win32'
filelock==3.0.10
identify==1.4.1
importlib-metadata==0.9
filelock==3.0.12
identify==1.4.3
importlib-metadata==0.17
livereload==2.6.0
more-itertools==7.0.0 ; python_version > '2.7'
nodeenv==1.3.3
pluggy==0.9.0
pluggy==0.12.0
pre-commit==1.14.4
py==1.8.0
pytest-django==3.4.7
pytest==4.3.0
pyyaml==5.1
pyyaml==5.1.1
six==1.12.0
toml==0.10.0
tornado==6.0.2
tox==3.7.0
virtualenv==16.5.0
zipp==0.3.3
virtualenv==16.6.0
zipp==0.5.1
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,28 @@ bcrypt==3.1.6
certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
cryptography==2.6.1
cryptography==2.7
defusedxml==0.6.0 ; python_version >= '3.0'
django-markdownx==2.0.27
django==2.1.8
django==2.1.9
fabric==2.4.0
gunicorn==19.9.0
idna==2.8
invoke==1.2.0
markdown==3.1
markdown==3.1.1
mysqlclient==1.3.14
oauthlib==3.0.1
paramiko==2.4.2
paramiko==2.5.0
pillow==5.3.0
pyasn1==0.4.5
pycparser==2.19
pyjwt==1.7.1
pynacl==1.3.0
python3-openid==3.1.0 ; python_version >= '3.0'
pytz==2019.1
requests-oauthlib==1.2.0
requests==2.21.0
requests==2.22.0
six==1.12.0
social-auth-app-django==3.1.0
social-auth-core==3.1.0
urllib3==1.24.2
social-auth-core==3.2.0
urllib3==1.25.3
whitenoise==4.1.1

0 comments on commit 7f8ed5a

Please sign in to comment.