Skip to content

Commit

Permalink
Fixing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Foschini committed Nov 6, 2023
1 parent 6dc5e8b commit 27f37d8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 60 deletions.
3 changes: 2 additions & 1 deletion buffalogs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ kombu>=5.2.4
nodeenv>=1.7.0
pathspec>=0.10.3
prompt-toolkit>=3.0.33
psycopg-binary~=3.1.12
psycopg>=3.1.12
psycopg-binary>=3.1.12
pygal>=3.0.0
pygal-maps-world>=1.0.2
python-dateutil>=2.8.2
Expand Down
2 changes: 0 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ COPY buffalogs/requirements.txt requirements.txt
RUN sed -i 's/main/main non-free/g' /etc/apt/sources.list \
&& apt-get update \
&& apt-get -y install \
python3-dev \
libpq-dev \
gcc

RUN pip install --no-cache-dir -r requirements.txt \
Expand Down
44 changes: 14 additions & 30 deletions django-buffalogs/buffalogs.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,30 @@
Django>=4.2.5
PyYAML>=6.0
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
celery~=5.3.4
celery>=5.2.7
certifi>=2022.9.24
cfgv>=3.3.1
click-didyoumean>=0.3.0
click-plugins>=1.1.1
click-repl>=0.2.0
click>=8.1.3
distlib>=0.3.6
django-cors-headers>=4.1.0
Django>=4.1.4
djangorestframework>=3.14.0
djangorestframework-simplejwt>=5.3.0
django-cors-headers>=4.3.0
django-environ>=0.9.0
djangorestframework-simplejwt>=5.2.2
djangorestframework>=3.14.0
elasticsearch-dsl>=7.4.1
elasticsearch~=7.17.9
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
filelock>=3.9.0
geographiclib>=2.0
geopy>=2.4.0
identify>=2.5.11
geopy>=2.3.0
kombu>=5.2.4
mccabe>=0.7.0
mypy-extensions>=0.4.3
nodeenv>=1.7.0
pathspec>=0.10.3
platformdirs>=2.6.0
prompt-toolkit>=3.0.33
psycopg2>=2.9.3
pycodestyle>=2.9.1
pyflakes>=2.5.0
pygal-maps-world>=1.0.2
psycopg>=3.1.12
psycopg-binary>=3.1.12
pygal>=3.0.0
pygal-maps-world>=1.0.2
python-dateutil>=2.8.2
python-dotenv>=0.21.0
pytz>=2022.6
six>=1.16.0
sqlparse>=0.4.3
tomli>=2.0.1
uWSGI~=2.0.21
PyYAML>=6.0
urllib3>=1.26.12
vine>=5.0.0
uWSGI>=2.0.21
virtualenv>=20.17.1
wcwidth>=0.2.5
wcwidth>=0.2.5
38 changes: 11 additions & 27 deletions django-buffalogs/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,49 +16,33 @@ include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
amqp>=5.1.1
asgiref>=3.5.2
billiard>=3.6.4.0
celery~=5.3.4
celery>=5.2.7
certifi>=2022.9.24
cfgv>=3.3.1
click>=8.1.3
click-didyoumean>=0.3.0
click-plugins>=1.1.1
click-repl>=0.2.0
distlib>=0.3.6
Django>=4.2.5
Django>=4.1.4
djangorestframework>=3.14.0
djangorestframework-simplejwt>=5.2.2
django-cors-headers>=4.1.0
djangorestframework-simplejwt>=5.3.0
django-cors-headers>=4.3.0
django-environ>=0.9.0
elasticsearch~=7.17.9
elasticsearch-dsl>=7.4.1
djangorestframework>=3.14.0
elasticsearch>=7.17.7
elasticsearch-dsl>=7.4.0
filelock>=3.9.0
geographiclib>=2.0
geopy>=2.4.0
identify>=2.5.11
geopy>=2.3.0
kombu>=5.2.4
mccabe>=0.7.0
mypy-extensions>=0.4.3
nodeenv>=1.7.0
pathspec>=0.10.3
platformdirs>=2.6.0
prompt-toolkit>=3.0.33
psycopg2>=2.9.3
pycodestyle>=2.9.1
pyflakes>=2.5.0
psycopg>=3.1.12
psycopg-binary>=3.1.12
pygal>=3.0.0
pygal-maps-world>=1.0.2
python-dateutil>=2.8.2
python-dotenv>=0.21.0
pytz>=2022.6
PyYAML>=6.0
six>=1.16.0
sqlparse>=0.4.3
tomli>=2.0.1
urllib3>=1.26.12
uWSGI~=2.0.21
vine>=5.0.0
uWSGI>=2.0.21
virtualenv>=20.17.1
wcwidth>=0.2.5

0 comments on commit 27f37d8

Please sign in to comment.