Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy committed Sep 13, 2024
1 parent d9de4f8 commit 08ecc65
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
17 changes: 8 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[source]]
url = "https://pypi.python.org/simple"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

Expand All @@ -10,9 +10,9 @@ click = "==8.0.4"
Flask = "==2.0.3"
psycopg2-binary = "==2.9.3"
chardet = "==4.0.0"
sqlalchemy = "*"
PyYAML = "*"
WTForms = "*"
SQLAlchemy = ">=1.4"
PyYAML = ">=5.4"
WTForms = ">=2.3"
celery = "==5.2.7"
requests = "==2.31.0"
pyOpenSSL = "*"
Expand All @@ -21,18 +21,17 @@ requirements-parser = "==0.5.0"
importlib-metadata = "==4.13.0"
cryptography = "==43.0.1"
werkzeug = "==2.2.3"
certifi = "==2023.7.22"
certifi = ">=2023.7.22"
argcomplete = "==1.12.3"
attrs = "==20.3.0"
attrs = ">=20.3"
boto3 = "==1.34.25"
tqdm = "==4.61.1"
tqdm = ">=4.61"
importlib_resources = "*"
importlib_metadata = "*"
jinja2 = "==3.0.1"
lock = "*"

[dev-packages]
cryptography = "==43.0.1"

[requires]
python_version = "3.8"

33 changes: 13 additions & 20 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 08ecc65

Please sign in to comment.