Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
a91fcfce
Commit
a91fcfce
authored
5 years ago
by
edX requirements bot
Committed by
Jeremy Bowman
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updating Python Requirements (#21807)
parent
c7c4f607
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
requirements/edx/base.txt
+3
-3
3 additions, 3 deletions
requirements/edx/base.txt
requirements/edx/development.txt
+4
-4
4 additions, 4 deletions
requirements/edx/development.txt
requirements/edx/testing.txt
+4
-4
4 additions, 4 deletions
requirements/edx/testing.txt
with
11 additions
and
11 deletions
requirements/edx/base.txt
+
3
−
3
View file @
a91fcfce
...
...
@@ -136,7 +136,7 @@ glob2==0.7
gunicorn==19.9.0
help-tokens==1.0.4
html5lib==1.0.1
httplib2==0.1
3.1
httplib2==0.1
4.0
idna==2.8
inflection==0.3.1 # via drf-yasg
ipaddress==1.0.22
...
...
@@ -214,7 +214,7 @@ requests==2.22.0
rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7" # via ruamel.yaml
ruamel.yaml.clib==0.
1.2
# via ruamel.yaml
ruamel.yaml.clib==0.
2.0
# via ruamel.yaml
ruamel.yaml==0.16.5 # via drf-yasg
rules==2.1
s3transfer==0.1.13 # via boto3
...
...
@@ -231,7 +231,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.
3
# via beautifulsoup4
soupsieve==1.9.
4
# via beautifulsoup4
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.31.0
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/development.txt
+
4
−
4
View file @
a91fcfce
...
...
@@ -171,7 +171,7 @@ glob2==0.7
gunicorn==19.9.0
help-tokens==1.0.4
html5lib==1.0.1
httplib2==0.1
3.1
httplib2==0.1
4.0
httpretty==0.9.6
idna==2.8
imagesize==1.1.0 # via sphinx
...
...
@@ -223,7 +223,7 @@ oauthlib==2.1.0
git+https://github.com/edx/edx-ora2.git@2.3.1#egg=ora2==2.3.1
packaging==19.2
path.py==8.2.1
pathlib2==2.3.
4
pathlib2==2.3.
5
pathtools==0.1.2
paver==1.3.4
pbr==5.4.3
...
...
@@ -287,7 +287,7 @@ requests==2.22.0
rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7"
ruamel.yaml.clib==0.
1.2
ruamel.yaml.clib==0.
2.0
ruamel.yaml==0.16.5
rules==2.1
s3transfer==0.1.13
...
...
@@ -307,7 +307,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.
3
soupsieve==1.9.
4
sphinx==1.8.5
sphinxcontrib-websupport==1.1.2 # via sphinx
sqlparse==0.3.0
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/testing.txt
+
4
−
4
View file @
a91fcfce
...
...
@@ -166,7 +166,7 @@ glob2==0.7
gunicorn==19.9.0
help-tokens==1.0.4
html5lib==1.0.1
httplib2==0.1
3.1
httplib2==0.1
4.0
httpretty==0.9.6
idna==2.8
importlib-metadata==0.23 # via pluggy, tox
...
...
@@ -216,7 +216,7 @@ oauthlib==2.1.0
git+https://github.com/edx/edx-ora2.git@2.3.1#egg=ora2==2.3.1
packaging==19.2 # via caniusepython3, tox
path.py==8.2.1
pathlib2==2.3.
4
# via importlib-metadata, pytest, pytest-django
pathlib2==2.3.
5
# via importlib-metadata, pytest, pytest-django
pathtools==0.1.2
paver==1.3.4
pbr==5.4.3
...
...
@@ -277,7 +277,7 @@ requests==2.22.0
rest-condition==1.0.3
rfc6266-parser==0.0.5.post2
ruamel.ordereddict==0.4.14 ; python_version == "2.7"
ruamel.yaml.clib==0.
1.2
ruamel.yaml.clib==0.
2.0
ruamel.yaml==0.16.5
rules==2.1
s3transfer==0.1.13
...
...
@@ -296,7 +296,7 @@ social-auth-app-django==2.1.0
social-auth-core==1.7.0
sorl-thumbnail==12.3
sortedcontainers==2.1.0
soupsieve==1.9.
3
soupsieve==1.9.
4
sqlparse==0.3.0
staff-graded-xblock==0.5
stevedore==1.31.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment