Skip to content

Commit

Permalink
Alphabetize pipfile
Browse files Browse the repository at this point in the history
It was just getting hard to compare dependabot PRs with the pipfile.
  • Loading branch information
thatandromeda committed Mar 11, 2023
1 parent 8d0d1c9 commit 3bc5e00
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ requests = "*"
refextract = {git = "https://github.com/MITLibraries/refextract.git"}

[packages]
django = {version = "~=2.2.28"}
gunicorn = "*"
gevent = "*"
boto = "==2.48.0"
chardet = "*"
coverage = "*"
nltk = "*"
tika = "*"
whitenoise = "*"
dj-database-url = "*"
django = "~=2.2.28"
django-autocomplete-light = "~=3.3.0"
django-compressor = "*"
django-health-check = "*"
django-libsass = "*"
django-autocomplete-light = "~=3.3.0"
python-magic = "*"
django-simple-captcha = "*"
gensim = "~=3.5.0"
gevent = "*"
gunicorn = "*"
nltk = "*"
tika = "*"
pillow = "*"
psycopg2 = "==2.8.6"
python-docx = "*"
chardet = "*"
django-health-check = "*"
python-magic = "*"
raven = "*"
boto = "==2.48.0"
gensim = "~=3.5.0"
psycopg2 = "==2.8.6"
whitenoise = "*"

[requires]
python_version = "3.8"

0 comments on commit 3bc5e00

Please sign in to comment.