Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zotil committed May 13, 2024
1 parent 8d2cd67 commit 427194e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ flask-cors = "*"
peewee = "*"
pgpy = "*"
urwid = "*"
tornado = "*"
paramiko = "*"

[dev-packages]
opencv-python-headless = "*"
Expand Down
76 changes: 75 additions & 1 deletion Pipfile.lock

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

4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

-i https://pypi.org/simple
aniso8601==9.0.1
bcrypt==4.1.3; python_version >= '3.7'
bidict==0.23.1; python_version >= '3.8'
blinker==1.8.2; python_version >= '3.8'
certifi==2024.2.2; python_version >= '3.6'
Expand All @@ -25,18 +26,21 @@ jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.5; python_version >= '3.7'
numpy==1.26.4
packaging==24.0; python_version >= '3.7'
paramiko==3.4.0
peewee==3.17.5
pgpy==0.6.0
pillow==10.3.0; python_version >= '3.8'
pyasn1==0.6.0; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pynacl==1.5.0; python_version >= '3.6'
pytesseract==0.3.10
python-engineio==4.9.0; python_version >= '3.6'
python-socketio==5.11.2; python_version >= '3.8'
pytz==2024.1
requests==2.31.0
simple-websocket==1.0.0; python_version >= '3.6'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tornado==6.4
typing-extensions==4.11.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
urwid==2.6.11
Expand Down

0 comments on commit 427194e

Please sign in to comment.