Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #2

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-r requirements/test.txt
-r requirements/dev.txt

django>=1.11,<2
pypandoc
django==3.0
pypandoc==1.4
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bumpversion==0.5.3
wheel==0.30.0
tox
twine
wheel==0.33.6
tox==3.14.2
twine==3.1.1

-r docs.txt
-r package.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
recommonmark
Sphinx
recommonmark
alabaster
recommonmark==0.6.0
Sphinx==2.2.2
recommonmark==0.6.0
alabaster==0.7.12

2 changes: 1 addition & 1 deletion requirements/package.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
six
six==1.13.0
djangorestframework>=3.7,<4.0
drf-yasg>=1.4,<2.0
djangorestframework-jwt>=1.11,<2.0
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
pytest-django
pytest-pythonpath
pytest-flake8
pytest-cov
mock
pytest==5.3.2
pytest-django==3.7.0
pytest-pythonpath==0.7.3
pytest-flake8==1.0.4
pytest-cov==2.8.1
mock==3.0.5