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

Revert "Add Pipfile.lock" #2843

Merged
merged 1 commit into from
Jul 30, 2024
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
25 changes: 0 additions & 25 deletions Pipfile

This file was deleted.

322 changes: 0 additions & 322 deletions Pipfile.lock

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Django>=3.2,<5
python-memcached==1.58
txAMQP==0.8
django-tagging==0.5.0
django-tagging==0.4.6
gunicorn
pytz
pyparsing>=2.3.0
Expand All @@ -49,4 +49,3 @@ git+https://github.com/graphite-project/whisper.git#egg=whisper
whitenoise==4.1.4
urllib3
six
importlib_metadata
4 changes: 0 additions & 4 deletions webapp/graphite/events/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
import six
django.utils.encoding.python_2_unicode_compatible = six.python_2_unicode_compatible
django.utils.six = six
try:
django.utils.encoding.smart_text = django.utils.encoding.smart_str
except ImportError:
pass
from tagging.models import Tag # noqa: E402

from graphite.events.compat import ModelTaggedItemManager # noqa: E402
Expand Down
Loading