Commit Graph

6 Commits (master)

Author SHA1 Message Date
Ilya Etingof 5168479e42
Add extra-requirements.txt (#165)
* Add extra-requirements.txt

In grand schema of things we now have `requirements.txt`
that list mandatory dependencies, then we have
`extra-requirements.txt` for optional dependencies enabling
all pysnmp features and finally `devel-requirements.txt`
for things required solely for testing.

Strangely, Travis pulls pysnmpcrypto which then pulls
Cryptography while according to pysnmpcrypyo requirement
it should really pull pycryptodomex (which is does in its
own CI job)
2018-07-08 12:05:59 +02:00
Ilya Etingof 61f7a10adf pin twisted versions 2018-05-18 08:19:16 +02:00
Ilya Etingof b3dc9a6699 use old Sphinx wuth old Python 2018-04-13 09:35:24 +02:00
Ilya Etingof 9f6230113e
encode IPv6 requirement into example scripts names (#102) 2017-11-06 14:32:00 +01:00
Ilya Etingof 522cb710db fixes to Alabaster theme options 2017-10-26 13:58:28 +02:00
Ilya Etingof 82e5946101 pycryptodome replaced with pycryptodomex 2017-10-05 15:51:39 +02:00