Skip to content

Commit

Permalink
Cleanup repacking related things
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Aug 24, 2024
1 parent 2a9d495 commit 3fe80dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 218 deletions.
212 changes: 0 additions & 212 deletions indexer/src/asset_packer.py

This file was deleted.

4 changes: 0 additions & 4 deletions indexer/src/models.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
import re
import os
import json
import gzip
import shutil
import tarfile
import hashlib
import logging
import pathlib
from pydantic import BaseModel
from github import Github, Repository
from typing import List, ClassVar

from . import asset_packer
from .settings import settings


Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ jsonschema==4.17.3
PyGithub==1.57
black==22.8.0
pygelf==0.4.2
heatshrink2==0.13.0
pillow==10.3.0

0 comments on commit 3fe80dc

Please sign in to comment.