Skip to content

Commit

Permalink
[FEATURE] added requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
reactive-firewall committed Dec 19, 2021
1 parent c03fe27 commit 73f2ce1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#python
# time - builtin - PSF licence
# re - builtin - PSF licence?
# subprocess - PSF licence
# sphinx
# argparse - builtin - PSF licence
# socket - builtin - PSF licence
# struct - builtin - PSF licence
argparse>=1.4.0
# argparse - builtin - PSF licence
setuptools>=38.0
# virtualenv - MIT
#virtualenv>=15.0.1
# six - MIT
#six>=1.0.0
# pgpy - BSD 3-Clause licensed
#pgpy>=0.4.1
tox>=3.0.0
#py>=1.4.33
pip>=19.0
# multicast - MIT
#-e git+https://github.com/reactive-firewall/multicast.git#egg=multicast

0 comments on commit 73f2ce1

Please sign in to comment.