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

Supprime deux dépendances non utilisées #6163

Merged
merged 1 commit into from
Sep 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ easy-thumbnails==2.8rc0
factory-boy==3.2.0
geoip2==4.2.0
GitPython==3.1.14
google-api-python-client==1.12.8
homoglyphs==2.0.4
lxml==4.6.3
Pillow==8.3.2
Expand All @@ -32,7 +31,6 @@ djangorestframework-xml==2.0.0
djangorestframework==3.12.4
drf-extensions==0.7.1
dry-rest-permissions==0.1.10
oauth2client==4.1.3

# Dependencies for slug generation, please be extra careful with those
django-uuslug==1.2.0
Expand Down
1 change: 0 additions & 1 deletion zds/settings/abstract_base/zds.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,5 @@
"visual_changes": [],
"display_search_bar": True,
"zmd": {"server": "http://127.0.0.1:27272", "disable_pings": False},
"stats_ga_viewid": "ga:86962671",
"very_top_banner": {},
}