Skip to content

Commit

Permalink
Merge pull request #793 from vesellov/master
Browse files Browse the repository at this point in the history
updated requirements.txt
  • Loading branch information
vesellov committed Jun 17, 2024
2 parents 673381b + b457459 commit f6dd306
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 18 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/macos_venv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: MacOS build
on: [push]

jobs:
macos_build_venv:
name: macos build
runs-on: macos-11

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v4

- name: set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: make clean venv
run: make clean venv
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

2024-06-15 Veselin Penev [penev.veselin@gmail.com](mailto:penev.veselin@gmail.com)

* switched from ed25519 to PyNaCl



2024-06-01 Veselin Penev [penev.veselin@gmail.com](mailto:penev.veselin@gmail.com)

* introduce new group streaming solution
Expand Down
35 changes: 17 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,30 @@
# pre_commit

appdirs==1.4.4
attrs==22.2.0
attrs==23.2.0
Automat==22.10.0

base58==2.1.1
cffi==1.15.1
coincurve==16.0.0
constantly==15.1.0
coverage==6.2
cryptography==39.0.0
coincurve==20.0.0
constantly==23.10.4
# coverage==6.2
cryptography==42.0.8
hyperlink==21.0.0
idna==3.4
idna==3.7
incremental==22.10.0
mock==5.0.1
psutil==5.9.4
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pycryptodomex==3.16.0
PyNaCl==1.5
pynacl==1.5.0
pyparsing==3.0.9
# mock==5.0.1
psutil==5.9.8
pyasn1==0.6.0
pyasn1-modules==0.4.0
pycparser==2.22
pycryptodomex==3.20.0
PyNaCl==1.5.0
pyparsing==3.1.2
PySocks==1.7.1
requests==2.27.1
service-identity==21.1.0
requests==2.32.3
service-identity==24.1.0
six==1.16.0
Twisted==22.4.0
typing_extensions==4.1.1
typing_extensions==4.12.2
zope.interface==5.5.2

0 comments on commit f6dd306

Please sign in to comment.