Skip to content

Commit 8832240

Browse files
Update deps
1 parent 9e33738 commit 8832240

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

poetry.lock

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pytest = "^7.1.2"
2424
requests = "^2.27.1"
2525
requests-cache = "^0.9.1"
2626
websockets = "^10.3"
27+
arrow = "^1.2.3"
28+
python-decouple = "^3.6"
2729

2830
[tool.poetry.dev-dependencies]
2931
icecream = "^2.1.3"

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
anyio==3.6.2 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
22
appdirs==1.4.4 ; python_full_version >= "3.10.8" and python_version < "4.0"
33
appnope==0.1.3 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0" and platform_system == "Darwin" or python_full_version >= "3.10.8" and python_full_version < "4.0.0" and sys_platform == "darwin"
4+
arrow==1.2.3 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
45
asgiref==3.5.2 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
56
asttokens==2.1.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
67
attrs==22.1.0 ; python_full_version >= "3.10.8" and python_version < "4.0"
@@ -60,11 +61,12 @@ pypng==0.20220715.0 ; python_full_version >= "3.10.8" and python_full_version <
6061
pyqrcode==1.2.1 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6162
pytest==7.2.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6263
python-dateutil==2.8.2 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
64+
python-decouple==3.6 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6365
pytz==2022.5 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6466
pywin32==304 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6567
pyzmq==24.0.1 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
66-
requests==2.28.1 ; python_full_version >= "3.10.8" and python_version < "4"
6768
requests-cache==0.9.7 ; python_full_version >= "3.10.8" and python_version < "4.0"
69+
requests==2.28.1 ; python_full_version >= "3.10.8" and python_version < "4"
6870
setuptools==65.5.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"
6971
six==1.16.0 ; python_full_version >= "3.10.8" and python_version < "4.0"
7072
smmap==5.0.0 ; python_full_version >= "3.10.8" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)