Skip to content

Commit

Permalink
Merge pull request #2843 from graphite-project/revert-2842-obfu/add_p…
Browse files Browse the repository at this point in the history
…ipfile_lock

Revert "Add Pipfile.lock"
  • Loading branch information
obfuscurity authored Jul 30, 2024
2 parents 600ccb3 + d0d0600 commit 1a8fa19
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 353 deletions.
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

0 comments on commit 1a8fa19

Please sign in to comment.