Skip to content

Commit

Permalink
Met les dépendances Python en ordre alphabétique (#5966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored Oct 12, 2020
1 parent b555f97 commit 849094b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt

autopep8==1.5.4
colorlog==4.2.1
coverage==5.3
PyYAML==5.3.1
django-debug-toolbar==3.1.1
flake8==3.8.4
django-extensions==3.0.9
Faker==4.5.0
flake8-quotes==3.2.0
autopep8==1.5.4
Sphinx==3.2.1
flake8==3.8.4
PyYAML==5.3.1
selenium==3.141.0
Sphinx==3.2.1
sphinx_rtd_theme==0.5.0
Faker==4.5.0
colorlog==4.2.1
django-extensions==3.0.9
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
# Implicit dependencies (optional dependencies of dependencies)
social-auth-app-django==4.0.0
python-social-auth==0.3.6
elasticsearch==5.5.3
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
python-social-auth==0.3.6
social-auth-app-django==4.0.0

# Explicit dependencies (references in code)
Django==2.2.16
beautifulsoup4==4.9.3
django-crispy-forms==1.9.2
django-model-utils==4.0.0
django-munin==0.2.1
python-memcached==1.59
lxml==4.5.2
django-recaptcha==2.0.6
Django==2.2.16
easy-thumbnails==2.7
factory-boy==2.8.1
geoip2==4.1.0
Pillow==7.2.0
GitPython==3.1.9
easy-thumbnails==2.7
beautifulsoup4==4.9.3
django-recaptcha==2.0.6
google-api-python-client==1.12.3
toml==0.10.1
requests==2.24.0
homoglyphs==2.0.3
lxml==4.5.2
Pillow==7.2.0
python-memcached==1.59
requests==2.24.0
toml==0.10.1

# Api dependencies
djangorestframework==3.12.1
djangorestframework-xml==2.0.0
django-cors-middleware==1.5.0
django-filter==2.4.0
django-oauth-toolkit==1.3.2
drf-extensions==0.6.0
django-rest-swagger==2.2.0
django-cors-middleware==1.5.0
djangorestframework-xml==2.0.0
djangorestframework==3.12.1
drf-extensions==0.6.0
dry-rest-permissions==0.1.10
oauth2client==4.1.3

Expand Down

0 comments on commit 849094b

Please sign in to comment.