mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-04 08:59:48 -04:00
Add requirements for requests, freeze all deps
This commit is contained in:
parent
81f75a43d0
commit
261c61d8ff
1 changed files with 14 additions and 1 deletions
|
@ -1 +1,14 @@
|
|||
pyinstaller==3.6
|
||||
# pyinstaller
|
||||
altgraph==0.17.3
|
||||
dis3==0.1.3
|
||||
future==0.18.2
|
||||
pefile==2019.4.18
|
||||
PyInstaller==3.6
|
||||
pywin32-ctypes==0.2.0
|
||||
|
||||
# requests
|
||||
certifi==2021.10.8
|
||||
chardet==4.0.0
|
||||
idna==2.10
|
||||
requests==2.27.1
|
||||
urllib3==1.26.12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue